Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I use only two of the four shipping alternatives. I have set indvship3 and 4 to false in admin, but they still appear for the customer to choose in checkout and in my shipping estimator.

 

Is there someone who knows a way to disable them, whitout removing them, as I might have the need for them later.

 

I could not find a support thread for this mod.

 

Thank you so much !

Best regards

Kjolebutikken

Posted (edited)

I did not figure out why the disabeling in admin did not work. If someone have an idea, please let me know, cause it is much easier to control this from admin.

 

However, I found a way to make the two options that I did not need invisable for the customer:

 

In includes/modules/shipping/indvship3.php I changed:

 

// Enable Individual Shipping Module

$this->enabled = MODULE_SHIPPING_INDVSHIP3_STATUS;

 

to

 

// Enable Individual Shipping Module

//$this->enabled = MODULE_SHIPPING_INDVSHIP3_STATUS;

 

 

Same in indvship4.php.

Edited by kjolebutikken

Best regards

Kjolebutikken

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...