plazman65 Posted June 3, 2007 Posted June 3, 2007 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
Andrew Yuen Posted June 3, 2007 Posted June 3, 2007 Not 100% sure if this will solve the problem, but this is what I would do: On the products that do not have shipping as an option I would state that in the product discription. I would then add this contribution: http://www.oscommerce.com/community/contributions,1333 and set those items to $0 for shipping. Andrew Yuen osCommerce, Community Team
satish Posted June 3, 2007 Posted June 3, 2007 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.
plazman65 Posted June 4, 2007 Author Posted June 4, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.