Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hide payment method if manufacturer is XX


sportstolen

Recommended Posts

is this possible?

 

i have found this wich working good

if ( ($cart->in_cart(545)) || ($cart->in_cart(545)) ) return false;

 

but i would like te exclude a whole manufacturer by id.

 

it would take som time to do this manually with 1000 of products.

 

the resaon is that we want to dropship some products and dont want to offer cod on those products.

 

Thanks

Link to comment
Share on other sites

Jonathan

 

You wouldneed to loop through all the products in the cart and check if any of them is for one of your "only drop ship" manufacturers.

 

Then if it is stop selected delivery methods from working.

 

I have not seen anything that does this but it can be done.

 

HTH

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Jonathan

 

You wouldneed to loop through all the products in the cart and check if any of them is for one of your "only drop ship" manufacturers.

 

Then if it is stop selected delivery methods from working.

 

I have not seen anything that does this but it can be done.

 

HTH

 

G

 

okey thanks, i thought it would be as easy as the code i posted but only change the code to $manufacturer or something.

 

I hope somebody else could help me then!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...