Hello i am having an error in my magento webshop. On certain grouped products. There should be a div class listing for every row. But on some grouped product pages the listing for the first row goes wrong. Which then results in the whole page going wrong. When i check the page source. I see [...]
Archive: thanks in advance
Posts Tagged ‘thanks in advance’
which functions should I use to get iems from last order on login and clearing cart on logout? I think it could be used reorder function in my account… somehow run script that would find id of last order and fill cart by reorder function. Thanks in advance. How to get items from last order [...]
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 [...]
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: Gorilla Commerce Launches "In Store" Line of Magento Software Extensions – San Francisco [...]
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 [...]