View Single Post
  #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