magento-1.5
Magento Wishlist - Remove item
I\'ve built a custom script to add and remove items to the wishlist using AJAX. Adding products is not a problem but I can\'t figure out how to remove an item. The Magento versionis 1.5.1.0.[详细]
2023-03-29 23:18 分类:问答"Right" Way to Perform Admin Tasks?
I\'m trying to put together an admin module that can perform some custom sorting tasks and I\'ve run into a question I can\'t seem to find an answer to.Basically, I added a section to the Admin config[详细]
2023-03-29 18:08 分类:问答Magento: Problem in getting custom attribute value of a grouped product in IE and Chrome in Magento
$_product->getData doesn\'t work for grouped product image custom attribute :( $_helper = $this->helper(\'catalog/output\');[详细]
2023-03-28 23:16 分类:问答magento get Catalog Price Rule or Discount Amount programmatically in the front-end by Rule Name
How can I get 开发者_如何学PythonCatalog Price Rule programmatically in the front-end by Rule Name?[详细]
2023-03-28 19:10 分类:问答Is there a simpler way to get an attribute's frontend value?
I have an array of attribute codes which I need to get the values of: $attributes = array( \'Category\'=> \'type\',[详细]
2023-03-28 19:07 分类:问答Why is Magento looking in 'base/default' for my template file?
I created a really simple module with a block class.This block uses a custom template that calls a class method to determine if it should show itself or not based on the current time of day (if suppor[详细]
2023-03-28 05:15 分类:问答Upgrading Magento from 1.1.8 to 1.5 stable
Am looking to upgrade Mangeto from version 1.1.8 to version 1.5. This is a quite a leap 开发者_如何学CI am taking I know, but and I have tried the following already (as some one else had suggested on[详细]
2023-03-28 04:52 分类:问答how to get value from array in array in array?
I get this array when I print_r($_POST), from the below result I want to get the value of skin. [skin] => 1.jpg[详细]
2023-03-28 04:27 分类:问答how to add order tracking link on the order confirmation email
I want to send a order tracking link on the confirmation email that magento sends when a customer places an order,that link should take customer to main page or the tracking page of the courier compan[详细]
2023-03-28 03:58 分类:问答Resizing magento gallery images
i am trying to display product gallery images in my custom cms home page. If i use the code from media.phtml to display the gallery images, it does not work. I found this piece of code and it worked.[详细]
2023-03-28 03:51 分类:问答