Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Show shipping method based on product type

Show shipping method based on product type

Locked

Views: 3,677

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
10 Sep 2009, 12:09 PM
#1
gpgoud avatar

gpgoud

New Zenner

Join Date:
Sep 2009
Posts:
26
Plugin Contributions:
0

Show shipping method based on product type

Hi Friends,
I need to show only flat rate shipping method for a product type how to do this

14 Sep 2009, 3:26 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Show shipping method based on product type

What happens when you have mixed Product Types in the same order? :unsure:

15 Sep 2009, 8:43 PM
#3
jacon1965 avatar

jacon1965

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Show shipping method based on product type

I sell different products with different shipping methods(large products freight,small products UPS). if your purchasing a small product both shipping methods appear in checkout. how can I stop that.

16 Sep 2009, 1:20 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Show shipping method based on product type

In the shipping modules you will see the $this->enabled ...

You can set conditions on that to set it to false so that the shipping module does not show ...

21 Sep 2009, 8:33 PM
#5
danilyn22 avatar

danilyn22

Zen Follower

Join Date:
Dec 2008
Location:
California
Posts:
102
Plugin Contributions:
0

Re: Show shipping method based on product type

Can you explain this a little more. I do not understand what this will do or really what you are suggesting. This problem is asked over and over in the forum and there does not appear to be an adequate answer.
"You can set conditions on that to set it to false so that the shipping module does not show ... "

22 Sep 2009, 2:43 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Show shipping method based on product type

You might look at this thread that shows several ways to control the $this->enabled and adapt it to the products_type ...
http://www.zen-cart.com/forum/showthread.php?t=85379