Solved- double points redemptions

Meer
12 jaren 5 maanden geleden #397 door Simpel
I can recall a few issues of double redemptions being posted so you would have to search the thread to locate what triggered these mis-haps and what was done to fix them.

On a better note, at least your payment module has been amended accordingly as it is carrying over the correct (albeit double redemption) order total. Once the double redemption issue is fixed the correct order total will be carried forward to your payment processor.

Can you remember the last changes you made to your checkout payment and order total modules as they are probably what is causing the error.

Find in:checkout_confirmation.html
Code:
<?php if (MODULE_ORDER_TOTAL_INSTALLED) { $order_total_modules->process(); echo $order_total_modules->output(); } ?>

replace this to :
Code:
<?php if (MODULE_ORDER_TOTAL_INSTALLED) { //$order_total_modules->process(); //Removed and moved to near line 77 echo $order_total_modules->output(); } ?>

problem was this line : $order_total_modules->process(); This as made twice.

also in the checkout_confirmation.php file.

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Events Joomla
MarvikShop
Finnaly it's here:
 
No bridges, no look a likes!
This is the ultimate integration
between Oscommerce and Joomla!
Documentation
Site Showcase
Follow us