Thu 31 Jan |
|
![]() Your happily building your Virtuemart 2.0 site and see in the administration currencies a load the listed currencies that you will never use, 163 in fact. Obvious solution is to delete the ones you don't need as there is a big delete button on the top right - job done! Now set your default currency which is well hidden under Shop -> Vendor -> Currency - all done. ![]() Check the front end and we have "Attention, could not find currency code in the table for id = 144" !!! (144 is US Dollar by the way) Two solutions: 1. Open your database via phpMyAdmin and go to jos_virtuemart_currencies. You will see your remaining entries and also see that the table id it's asking for isn't there. Simple click "copy" and name the id as the missing id. ![]() ![]() ![]() It is safe to delete entry 1 but if you do you need to re-select the currecy in the Shop -> Vendor -> List of accepted currencies. 2. You can also manually change the vendor table jos_virtuemart_vendors -> vendor_currency and jos_virtuemart_vendors -> vendor_accepted_currencies to the entry that was left after your deleting efforts. ![]() |
Last Updated on Friday, 01 February 2013 07:21 |