Page 5 of 53 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 522
  1. #41
    Join Date
    Apr 2008
    Location
    Georgia
    Posts
    15
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    No Zone Rates
    - Matt Haff -
    Web Designer
    http://www.matthaff.com/

  2. #42
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,673
    Plugin Contributions
    6

    Default Re: Different shipping methods for different categories

    Have you an URL where we could perhaps experience the moment on this?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #43
    Join Date
    Apr 2008
    Location
    Georgia
    Posts
    15
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    http://www.prowhiteteeth.com/

    http://prowhiteteeth.com/bleaching-gel-c-15.html - This is the UPS Affiliate page that the UPS shipping should work with.
    - Matt Haff -
    Web Designer
    http://www.matthaff.com/

  4. #44
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    If anyone is look for a really good shipping mod that allows you to charge different prices or methods of diff. categories or products have a look at http://dev.ceon.net/ Ive recently bought the mod and its fantastic. Infact i dont need another mod cos this one doesnt everything !

  5. #45
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,673
    Plugin Contributions
    6

    Default Re: Different shipping methods for different categories

    Are you sure you have that Zone Rate setup right?

    I get shipping discounts if I order $4000 worth of product to get the discount at 50 lbs ... do you want that set by weight or price?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  6. #46
    Join Date
    Apr 2008
    Location
    Georgia
    Posts
    15
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    not sure, they set it up before me.
    - Matt Haff -
    Web Designer
    http://www.matthaff.com/

  7. #47
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    16
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    Using the methods described here I was able to configure my USPS shipping module to only show up when the dollar value of a customer's total order is less than $10.00.

    PHP Code:
    // disable only when entire cart is free shipping 
          
    if (zen_get_shipping_enabled($this->code)) { 
              
    $this->enabled = ((MODULE_SHIPPING_USPS_STATUS == 'True') ? true false); 
          }
     
          
    // disable for orders over ten dollars 
          
    if ((IS_ADMIN_FLAG == false && $_SESSION['cart']->show_total() - $_SESSION['cart']->free_shipping_prices() < 10)) { 
              
    // show USPS 
              
    $this->enabled true
          } else { 
              
    // hide USPS 
              
    $this->enabled false
          } 
    Thanks for the discussion. This helps alot!

    -Shawn

  8. #48
    Join Date
    Apr 2008
    Location
    Georgia
    Posts
    15
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    no, the shipping should be different for each different product.
    - Matt Haff -
    Web Designer
    http://www.matthaff.com/

  9. #49
    Join Date
    Apr 2008
    Location
    Georgia
    Posts
    15
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    -bump-

    Please help with this, clients are really pushing, the UPS I believe is working, but I haven't touched ANY other shipping stuff and it's charging everybody 8.50, even if they were set as Free shipping before. I need an answer on this asap, please help.
    - Matt Haff -
    Web Designer
    http://www.matthaff.com/

  10. #50
    Join Date
    Apr 2008
    Location
    Georgia
    Posts
    15
    Plugin Contributions
    0

    Default Re: Different shipping methods for different categories

    Table Rate

    Enable Table Method
    True

    Shipping Table
    68:6.95,80:12.95,91:6.95, 100:12.95,107:6.95,300:0.00, 400:19.95,600:29.95,2000:49.95, 3000:79.95,5000:99.95,10000:199.95

    Table Method
    price

    Handling Fee
    0

    Tax Class
    --none--

    Tax Basis
    Shipping

    Shipping Zone
    USA

    Sort Order
    0


    ---- New rates, please help, I tried something that was $37 and it charged me 12.95 and it's only supposed to be 6.95?
    - Matt Haff -
    Web Designer
    http://www.matthaff.com/

 

 
Page 5 of 53 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Need Help with Shipping Methods
    By bigcaat in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 17 Jul 2007, 04:35 PM
  2. Selecting Shipping Methods with free shipping
    By pasi in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 15 Apr 2007, 05:28 PM
  3. Shipping Estimator Sort Shipping Methods
    By sitehatchery in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Apr 2007, 05:34 AM
  4. List shipping methods automatically on Shipping and Return Page
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Jul 2006, 12:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •