Announcement

Collapse
No announcement yet.

If delivery is free then the 'shipping' cost row is removed from the cart, how can...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    If delivery is free then the 'shipping' cost row is removed from the cart, how can...

    If delivery is free then the 'shipping' cost row is removed from the cart, how can I keep it in?

    To ensure that the 'Shipping' row is not removed from the cart if the delivery cost is free:

    * browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
    * edit the file in a text editor such as notepad
    * search for:

    if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'} && $nShipping != 0)

    * change it to:

    if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'})

    * close and save the file
    * update your site.


    SellerDeck 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 or restore your backup.
Working...
X