I need to limit the number 开发者_Go百科of products added to compare in Magento. Only wanted to have a maximum of 4 products to be compared.
Lets s开发者_C百科ay I load my product object: $product = Mage::getModel(\'catalog/product\')->load($productId);
This Wiki article: Adding a Product to the Cart via Querystring describes how one can put product with specific id to the cart directly from querystring. So for simple product it would be something li
I created my own attribute set in magento, let say \"MyAttribSet\" with a large number of option values.
here is a little challenge for you fellow overflower. I am working with a database of products that we sell into our Web based quotation application. Each product has the following attributes:
I\'m trying to speed up/vectorize some calculations in a time series. Can I vectorize a calculation in a for loop which can depend on results from an earlier iteration? For example:
I have an app which has two levels of functionality, which can be开发者_运维问答 \"packaged\" as two products both paid.The codeset is the same; the app simply works off this config of level and inhib
$_product->getData doesn\'t work for grouped product image custom attribute :( $_helper = $this->helper(\'catalog/output\');
This is the senario: I have 5 ratings set up in the backend, and they are: Value, Looks, Usability, Quality and Portability
I need to display, in my homepage, the available colors of a specific configurable product. The availability is based on the stock quantity.