Skip to content

Get Product Information

Gunjan Patel edited this page May 20, 2016 · 3 revisions

getList method to get all the products from DB

$allProducts = RedshopHelperProduct::getList();

Advanced approach to get product object

$product = Redshop::product($id);

$productName = $product->name();

$productDescription = $product->product_desc;

Since version 1️⃣.6️⃣.1️⃣

Clone this wiki locally