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.