Page 1 of 1

Flatastic template payment and shipping bug [SOLVED]

PostPosted: Wed Sep 21, 2016 2:01 pm
by admin
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