Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Making Shipping Not Available, Check Store For Prices


plazman65

Recommended Posts

Posted

Hi all, I need some help, Im sorry if this is in the wrong section.

I know enough php to be a little dangerous and searching everywhere I havent found the answer,

My clients want to lists some products that arent available to be shipped frozen dog food and such, what they would like is that it say Shipping is not available for this item on the products display page and check store for current prices.

Im sure some people have done this before, any one know how?

Thanks, Michelle

Posted

set inventory to less then zero and set the option that if less then zero cant be pruchased.

 

So those product will be only availabel to be seen.

 

else in add case in application top You will have to place some product ids that are not acceptable.

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

Ok here's what I have done so far,

I went to the product_info.php

and put

<?php if ($price="0.00") echo "Shipping Not available for this item" ;?>

and for the checkout button o did the same thing

its working like a charm on that page.

I want to do the same in the index.php but as much playing with it that I have done I cant figure out where.

Any suggestions? Thanks, Michelle

Archived

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

×
×
  • Create New...