No Zone Rates
No Zone Rates
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 ...
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.
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 !
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 ...
not sure, they set it up before me.
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.
Thanks for the discussion. This helps alot!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;
}
-Shawn
no, the shipping should be different for each different product.
-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.![]()
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?
Bookmarks