Magento: Get Image Gallery in list.phtml
How can I grab the image gallery into the category page in Magento, for a loaded product? this->getImageGallery($_product) , won't work.. ...
How can I grab the image gallery into the category page in Magento, for a loaded product? this->getImageGallery($_product) , won't work.. ...
Hi, I have a problem with magento product links. When I search a product and then click the product link, Magento redirects me to index.php/test666.html when it supposed to be index.php/products/grocery/miso-soup/test666.html. is it possible to force Magento use product's full path? Added: I can't get it to work by enabling 'Use Cate...
Okay. This is propably very basic and noobie, but I have about 20+ stores inside one Magento site. I want to make the default search not only search the current store, but all other stores that are in the systems aswell. Kinda like the global search in backend. The frontend search should search those 20+ sites which are under the same ...
Hello, I just installed Magento 1.4.1.1 on my Ubuntu Apache server and everything is working just fine aside from one thing: The Magento Connect Manager simply brings up a blank page. In Firebug it is just <html><body></body></html>. I read that it might be permissions but I gave 777 permissions to the Magento directory and a...
hello, has anybody used this -- camiloo's amazon integration extension with magento I need help please.I have purchased that but still not working fully. ...
Hi, I am using memcache. I want to understand what is stored in Magento cache and how? Do magento stores cache variable with website scope or store scope? I have googled and greped the code but couldnt conclude anything, Please if someone can direct me to correct links and path Thanks & Regards, Saurabh ...
i don't know if my title is ok, but what i'm trying to do is something like a gallery or at least my client call it this way...lol..... i'm trying to do something like the seach result page but without a search criteria, without a filter, just click in a link and see a list of products, with the same funcionality, change the view mode(Gr...
Hi All For a while now I've been showing a list of best selling products in my footer, using the code below. However, I just realised that when the cache is enabled, the list doesn't get updated until I refresh the cache. Is there any way around that? $_productCollection = Mage::getResourceModel('reports/product_collection') ->addAttri...
There's a ton of blank space at the bottom of my page - http://shop.promaholics.com/? (It loads slow on the dev server, sorry). I've been through the CSS lots looking for min-height type attributes but can't find any that would be causing this. Perhaps I've gone blind. Any ideas what I can do to reduce that blank space at the bottom? ...
I have 2 sites on one Magento install that point to different domains. Site1 => www.site1.com Site2 => www.site2.com Each site shows the store code in the url of category, product, and CMS pages (www.site1.com/store1/category). Is there a way to remove the /store1/ from the url so that is just www.site1.com/category? My guess is that ...
I've built an inventory update script - where I fetch a product collection in Magento, and iterate through the result set, updating product inventory (based on a separate inventory feed) as I go. I can fetch the product collection no problem. However, I only want to get products which have the "Manage Stock" field (a dropdown in the ad...
We are trying to add a couple of actions to the AccountController to add another action after the forgotpasswordpost action. The problem is if we add the action to the preDispatch logict to make sure you don't have to be logged in it still redirects back to the login page. public function preDispatch() { // a brute-force pro...
i need export all translations from main store. thx :D ...
I have the code below, trying to get a product returned with all the relevant attributes. I get no errors but I don't see any attributes in the "prod" variable. private void frmProductDetail_Load(object sender, EventArgs e) { MagentoService service = new MagentoService(); MagentoServiceHelper help = MagentoServi...
how do i show the products of a category in the left sidebar when an item is clicked in the nav bar in magento ...
I want an additional column in the Order(s) Grid for Admin. Assuming its Customer Group Id. My app/etc/modules/MyProject_Adminhtml looks like: <?xml version="1.0"?> <config> <modules> <MyProject_Adminhtml> <active>true</active> <codePool>local</codePool> <depends> <Mage_S...
magento comes bundled with scriptaculous so i figured i'd use those for a simple slideshow with navigation to jump between slides. -what a mistake, i can't find anything other than pause/play controls. Why? EDIT: To clarify what i mean by "jump between slides" is - i'm looking for buttons like 1 2 3 4 NOT pause, prev, next. Thanks! ...
Hello all, I am currently trying to make a special sort function for a Magento category page. I have several attributes, which I need to use for sorting: The first attribute is named designers. This attribute is set on a configurable product. The next attributes are named colour and size. These are not set on the configurable product...
Basically, I need to get a CSV file of my customers, generated automatically in a script every day. I've tried several ways, but they are too slow or actually exhausted of memory. *1) foreach through collection resource * $collection = Mage::getResourceModel('customer/customer_collection') ->addAttributeToSelect('email') ->addAttribute...
Hello all! I am using extension in magento "J2TRememberMe", but at installation it's giving me problems. It's showing a message like: "Failed to download magento-community/J2TRememberMe within preferred state "stable", latest release is version 1.0, stability "beta", use "channel://connect.magentocommerce.com/community/J2TRememberMe-1....