Flatastic template payment and shipping bug [SOLVED]

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

Flatastic template payment and shipping bug [SOLVED]

Postby admin » Wed Sep 21, 2016 2:01 pm

hello friends, recently we came around 2 customers who got the same problem with their checkout on Flatastic joomla/vm template which probably got installed as all-on-one template and came with some incorrect values within the database structure.

problem:
for any new orders the shipping and payment had shown incorrect information such as "Shipment Name" and "Payment Name" with Lorem ipsum description.

to fix this problem run this query (replace prefix) at your phpmyadmin:

ALTER TABLE `#__virtuemart_orders` AUTO_INCREMENT =1000;

this will set next order_id to 1000 and thus the shipping and payment will work again.

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Return to One Page Checkout for Virtuemart 3 on Joomla 3.x