Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Restricted Shipping Methods on Certain Products


fat_dog

Recommended Posts

Posted

I've searched, but does anyone know of a contribution for this?

 

For instance, if a store sold compressed gas or explosives (such things that have to be sent by special shipper) only that shipper would show as an option at checkout. If a "restricted product" was not ordered, all the regular methods would show as normal.

 

I tried adding this in the shipping module to give it a go, and the neccessary in classes/order.php but it didn't work. Only a stab in the dark.

for ($i=0, $n=sizeof($order->products); $i<$n; $i++) {
if ($order->products[$i]['products_no_image'] == '0')  {

  • 5 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...