Search the Community
Showing results for tags 'table'.
-
Ok, here's what I'm looking for: our shipping is based on price, and so we've been using the table shipping -- $5.00 - $20.00 = $5.00, $20.01 - $50.00 = $10.00 shipping, etc. That works fine. We also sell eBooks and, as a charity, take online donations, and so we have free shipping for those, using free shipping for select categories, and that works fine. But when the customer combines the two in one order, we have a problem. When someone buys a $2.00 product and makes a $200 donation, the table shipping kicks in and they are charged shipping on an order of $202.00. They aren't impressed with $25.00 shipping on a $2.00 item. Any idea on how to make this work? Is there a module I've missed or a way to combine two?
-
I'm offering Pickup and Shipping on my site. For products which I can do both it works. I want some products never to be shipped, because their simply to heavy. So if I can hide shipping for products that are way to heavy for shipment and only display pickup as an option. It works if I let OSC 2.2 do it on price, with the following code in the shipping module. if ( ($this->enabled == true) && ($order->info['total']>= 100) ) { $this->enabled = false; } What would be to code to do it base on weight? This doesn't seem to work for me: if ( ($this->enabled == true) && ($shipping_weight >= 100) ) { $this->enabled = false; Should be easy feeling kinda stupid that nothing seems to work!
- 2 replies
-
- shipping hide
- table
-
(and 1 more)
Tagged with:
-
Hi. Is it possible to show my product attributes in a table just beneath my product description and image, instead of a select dropdown? I want to sell a item, but this item has 5 different colours, in some cases different price, i want a table like this: Colour 1 price add to cart Colour 2 price add to cart Colour 3 price add to cart Do you guys know a contribution, og a solution? I'm using v2.2 rc2. Best Regards Claus Fischer
-
- attributes
- table
-
(and 2 more)
Tagged with: