Firecheckout Incompatibility
Extension Name
Firecheckout
Developer
TemplatesMaster
Versions
Firecheckout
MageRewards Referral/Affiliates
Problem
If you use MageRewards Referral and you added the referal field in the checkout page. You will have problems with Firecheckout. Even if you add the field in the checkout page, the referral will not be saved correctly.
Resolution
Under
<controller_action_predispatch_checkout_onepage_saveBilling> <observers> <rewardsref_before_onepage_billingsave> <type>singleton</type> <class>rewardsref/observer_createaccount</class> <method>beforeSaveBilling</method> </rewardsref_before_onepage_billingsave> </observers> </controller_action_predispatch_checkout_onepage_saveBilling>
Add
<controller_action_predispatch_firecheckout_index_saveOrder> <observers> <rewardsref_before_onepage_billingsave> <type>singleton</type> <class>rewardsref/observer_createaccount</class> <method>beforeSaveBilling</method> </rewardsref_before_onepage_billingsave> </observers> </controller_action_predispatch_firecheckout_index_saveOrder>
Please keep in mind that implementing any modifications to your MageRewards core code does void your support agreement because you're adding dependency to the other module.
0 people found this useful.
|