Hi,
Try the following:
- browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
- edit the file in a text editor such as notepad
- search for:
- change it to:
- close and save the file
- update your site.
Actinic is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Try the following:
- browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
- edit the file in a text editor such as notepad
- search for:
Code:
if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'} && $nShipping != 0)
Code:
if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'})
- update your site.
Actinic is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Comment