In my previous post I did VQMod option for the Loginza plug in. Recently I've found if you logged in with this module, but don't add any address and try to checkout, you will fail, because of the bug in the original module. To fix this bug you can go to catalog/view/theme/default/template/checkout/payment_address.tpl and add following lines:
<?php if (!$addresses) { ?><input type="hidden" name="payment_address" value="new" id="payment-address-new-hidden" />
<?php } ?>
Or you can add this code to xml file for VQMod, like below
I've added this change to the plug in and repackage the zip, it is available here


No comments:
Post a Comment