There are a lot of posts regarding this issue on Magento. Most of them work but the problem with Categories not resetting their values to ZERO after executing the delete codes/SQL statements still persists and not being addressed up until now. Does anyone here has the correct code or procedure to properly delete all products [...]
Archive: thanks in advance
Posts Tagged ‘thanks in advance’
I want to redirect the user to login page on landing, While user is not logged in. for example :- example.com ->(not logged in)-> redirect to login page. example.com ->(logged in)-> redirect to Home page. How can i do this ? I was found some function like this public function preDispatch() { parent::preDispatch(); if (!Mage::getSingleton(‘customer/session’)->authenticate($this)) [...]
I need to know the name of an event which is dispatched whenever stock levels change for a product. So far I’ve been able to use cataloginventory_stock_item_save_after, however this only seems to be dispatched when I make a change to stock levels in the backend. If I create an order in the backend, stock levels [...]
I’m using Magento and what i want is the following: Under the product reviews on the product page i want to add an extra “add review” button. What I did is add the following link on template\review\product\view\list.html <a href=”<?php echo $this->getReviewsUrl() ?>#review-form”><span><?php echo $this->__(‘Write review’) ?> The link shows up at the bottom of the [...]
I’m writing a middleware solution which should be able to take products from a specific source and add/update these to/in Magento. Since there are products with different sizes/colors/etc I’ll need to make use of Magento’s configurable and simple products. Adding the products does not expose a problem, linking a simple product to a configurable one [...]
If the user has an existing account balance, I’d like to give him the option to specify how much of his previous balance to apply to the item and sync this info with the cart and order. I have already implemented the user’s account balance, both on the front and back end. Would a coupon-like [...]
Thanks in advance, I have listed products in my Home page & in Category pages but I want drop-down attribute that consist of colors like Yellow, Pink, Green etc. …www.dynamicdrive.com/forums/showthread.php?p=264786 About Product Listing in Magento – Dynamic Drive Forums Possibly Related Posts: Magento Web Designer/Developer, Islamabad, World of Interiors Ltd Freelance Job – Magento expert [...]
I am working for a client who is trying to use a program call ACCTivate to manage their Magento store inventory, as well as handle purchase orders. The problem that I am having is that the setup is not working as expected and ACCTivate has literally no documentation on how to set this up, and [...]
I have a Category X with two subcategories Y and Z. X also has one Product bound to it. When I try to select the Products like this: $category_obj->getProductCollection()->addCategoryFilter($category_obj); I get all Products in X plus the ones in the Subcategories. Is there are way to get only the product/s in Category X? Thanks in [...]
What is Parent or Child product in Magento? Anyone can explain it to me? Thanks in advance! What is Parent or Child product in Magento? Possibly Related Posts: Magento admin route extension resulting in 404 Sort algorithm: Magento totals sorted wrongly causing wrong shipping tax calculation Create a WYSIWGY field in magento backend Magento is [...]