X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Determine if the product is shippable or not (https://forum.x-cart.com/showthread.php?t=72608)

RichieRich 08-17-2015 07:53 AM

Determine if the product is shippable or not
 
In x-cart 5, How canI detemermine in the product page if the item is shippable, for example I want to put an estimated delivery date, but I don't want it to appear on products which do not ship.

qualiteam 08-17-2015 09:01 AM

Re: Determine if the product is shippable or not
 
Let's say you have an instance of \XLite\Model\Product class in $product variable.

You can check if it is a shippable item with this code: $product->getShippable()

RichieRich 08-17-2015 01:57 PM

Re: Determine if the product is shippable or not
 
Will you be able to post the code for the module to only show text on the product page if the item is shippable please?

qualiteam 08-18-2015 11:44 PM

Re: Determine if the product is shippable or not
 
Where should the text appear? Also, what is the text?


All times are GMT -8. The time now is 02:58 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.