Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Mobile module released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #281  
Old 01-06-2016, 07:44 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

to fix it I did this:
Code:
ul[data-type='products-list'] .product-details .ui-li-desc .price { color: #a20505; font-size: 2em; font-weight: bold; text-align:right }

Also had to add a few <br/> to the tpl file to bump the discount upwards away from the description.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #282  
Old 04-06-2016, 03:32 AM
 
susilosaja susilosaja is offline
 

Advanced Member
  
Join Date: Feb 2013
Posts: 88
 

Default Re: X-Cart Mobile module released

seems like the demo is not working?
Attached Images
File Type: png Screenshot (48).png (62.0 KB, 11 views)
__________________
Susilo
X-Cart 4.7.6 Gold Plus
Template : Ultra Responsive Template
Search module : Cloud Search
PHP 7
Reply With Quote
  #283  
Old 04-06-2016, 09:11 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by susilosaja
seems like the demo is not working?

Thank you for letting us know!
We're looking into it.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #284  
Old 06-03-2016, 06:08 AM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default Re: X-Cart Mobile module released

Hello X-Carters!

We are glad to announce that the brand new version of X-Cart Mobile for Classic (v4) module is released.



We have taken the previous module PHP-core as a base, fixed all the reported issues improved it and created a new design.
The new Mobile module includes:

* Re-designed templates. We've rejected the jQuery Mobile due to often issues with "undefined" blank page. New templates structure is closer to the native X-Cart 4 so it provides more compatibility with the XC4 modules, ex. One Page Checkout and Product Filters. AJAX is also supported now.

* More options at the admin backend to configure.

* One distributive package for the X-Cart versions from 4.4.0 till 4.7.x

Previous X-Cart Mobile module is not supported from now. We are concentrated on improving the new one.
Everyone who purchased previous Module in the 2016 gets the free license upgrade. Others get the 50%-off for the module license exchange.

Check out the DEMO.
Reply With Quote

The following user thanks soldatov for this useful post:
cherie (06-03-2016)
  #285  
Old 06-03-2016, 07:52 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

Whats the procedure for upgrading? We bought the old version on Dec 31 2015 01:50. Any chance of getting the free upgrade?
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #286  
Old 06-03-2016, 09:12 AM
  soldatov's Avatar 
soldatov soldatov is offline
Moderator
 

X-Cart team
  
Join Date: Apr 2011
Posts: 163
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Dougrun
Whats the procedure for upgrading? We bought the old version on Dec 31 2015 01:50. Any chance of getting the free upgrade?

I believe, yes. Please drop me a line in the HelpDesk. We will discuss this.
Reply With Quote
  #287  
Old 06-07-2016, 11:41 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

question: I think i know but does it have its own one page checkout or dies it just reskin the existing one? I use altered carts OPC currently and just wondering if will all play nice with each other.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #288  
Old 06-08-2016, 05:22 AM
 
Phill Phill is offline
 

X-Cart team
  
Join Date: Mar 2015
Posts: 22
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Dougrun
question: I think i know but does it have its own one page checkout or dies it just reskin the existing one? I use altered carts OPC currently and just wondering if will all play nice with each other.

Thank you for your question. By default X-Cart Mobile Skin uses Fast Lane Checkout, but you have an ability to chose One Page Checkout instead. As for this 3-rd party checkout module you can try to modify modules/Xcart_Mobile_Skin/customer.php at line 208 and change
HTML Code:
$active_modules['One_Page_Checkout'] = 'Y';
to
HTML Code:
$active_modules['%3rd_Party_Checkout%'] = 'Y';
And after that see what you'll get. Please pay attention, 3-rd party modules layout may not be adapted for the mobile usage.
__________________
Sincerely yours,
Dmitry Filippov
Software engineer of Design department
Reply With Quote
  #289  
Old 06-08-2016, 10:23 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 900
 

Default Re: X-Cart Mobile module released

thanks, seems to work ok, although theres 2 "Quantity" on the product details page and I'm not sure what their functions are...

I'm tweaking the look to our liking..

The Qty input field really doesnt need to be the entire page width.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #290  
Old 06-09-2016, 01:38 AM
 
Phill Phill is offline
 

X-Cart team
  
Join Date: Mar 2015
Posts: 22
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by Dougrun
thanks, seems to work ok, although theres 2 "Quantity" on the product details page and I'm not sure what their functions are...

I'm tweaking the look to our liking..

The Qty input field really doesnt need to be the entire page width.

You can change common_files/modules/Xcart_Mobile_Skin/customer/main/product_details.tpl at lines 81-83
HTML Code:
<span class="property-name"> {strip}<span class="ui-btn-text">{$smarty.capture.qty_title|strip}:&nbsp;</span>{/strip} </span>
to
HTML Code:
{if not $product.appearance.quantity_input_box_enabled} <span class="property-name"> {strip}<span class="ui-btn-text">{$smarty.capture.qty_title|strip}:&nbsp;</span>{/strip} </span> {/if}
__________________
Sincerely yours,
Dmitry Filippov
Software engineer of Design department
Reply With Quote

The following 2 users thank Phill for this useful post:
Dougrun (06-09-2016), skot (06-09-2016)
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:34 AM.

   

 
X-Cart forums © 2001-2020