magento Questions
1
I'm displaying 3 posts on my homepage and I need to have either a next page, previous page type functionality. I'd also like to incorporate 1,2,3,4,5,6,7,8,9, ... type paging functionality on some ...
4
Solved
We've encountered a problem where we have unwanted permanent redirects on a Magento store we're working on, and I'm looking to see how we can start with a blank slate in terms of these redirects. W...
Cacka asked 26/7, 2012 at 16:3
14
Solved
I've moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&replaced to ensure referenc...
Dwain asked 29/7, 2011 at 9:32
11
I installed magento 2.4.0 on my Linux server from godaddy. I'm unable to add the products to it. It is showing the Error is The stock item was unable to be saved. Please try again. Can any one help...
2
Solved
I'm using Magento 1.9.3.1 and facing below error on configurable product detail page
TypeError: Product.ConfigurableSwatches is not a constructor
Why am I getting this error and how can I fix it?...
Foskett asked 25/1, 2017 at 7:6
13
I'm running on version 1.3.2.1,
but on my client's server they had Magento 1.3.0
so my previous code to display images for my local copy,
echo $this->helper('catalog/image')->init($_product)...
Amiamiable asked 18/3, 2010 at 23:49
9
Solved
All of my URLs on my Magento installation require index.php in them, like:
http://example.com/index.php/admin/
http://example.com/index.php/customer/account/login/
The problem is that the system...
Hygiene asked 6/5, 2012 at 22:14
7
im new in Magento 2, and i already getting annoyed with it, i made a fresh installation, and in the browser setup all looks ok, after successfully instalation on frontend and backend im getting a e...
6
I need to filter a magento product collection by disabled status. Magento seems to by default ignore disabled products when loading the collection.
So there are two parts to my question:
1 - How ...
Vouch asked 26/2, 2013 at 17:1
6
Solved
I have managed to use the below snippet of code, to open a pdf in a browser.Instead of opening in the same page, I would like it to open in a new browser tab.
I am not using an tag. This piece of ...
7
I am trying to add new values to an attribute option in Magento using a script to speed up the process since I have over 2,000 manufacturers.
E asked 20/2, 2011 at 0:32
5
Solved
for a B2B Magento site, when registering a new client, I want to make the field "company" required.
Which file should I edit?
Thanks a lot.
Yaakov asked 28/3, 2011 at 9:8
7
Solved
I recently migrated my magento website to a different server, and here's the process I used:
made a dump of the database.
copied all the system files from the FTP to my hard drive.
emptied the VA...
6
Solved
I just pulled down a copy of a customers live site to correct some plugin issues and set up a demo site on our local dev server, but I cannot get into the administration panel of the site due to a ...
5
Solved
Right now i am deleting data like
$deleteCCL = Mage::getModel('crossdata/customccitem');
$deleteCCL->load($itemId);
$deleteCCL->delete();
Is there any way to delete data using collecti...
Lali asked 30/3, 2011 at 12:38
6
Solved
Can someone please explain why ?___SID=U is appearing in some Magento URLs on my site and not others?
I think it has something to do with sessions but I am not entirely clear. Also, what makes it ...
3
Is it possible to update a product custom option value from an order?
I know it is possible when items are in cart (before checkout), but I'm not sure if it is possible in a order.
Our app is sel...
Conqueror asked 27/7, 2012 at 12:19
5
Solved
I'd like to select products depending on several criteria from different attribute.
I know how to user $collection->addAttributeToFilter('someattribute', array('like' => '%'));
But I'd like...
Pluperfect asked 14/3, 2011 at 16:8
3
I would like to know what the difference is between reindexAll() and reindexEverything() in Magento indexer?
Overspend asked 6/12, 2014 at 10:56
4
I am outputting a list of products in Magento, as a simple list wrapped in a table.
As this list can get quite long (100 products+), I've used the ideas from here
to automatically split the table ...
Insignificant asked 22/2, 2015 at 20:1
5
Solved
The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento back...
Multitudinous asked 1/7, 2010 at 7:25
6
Solved
I want to change the attribute set of Magento. I searched through, and everyone suggested to delete the product and re-import it with new attribute set.
I did the same however after importing the ...
Neoterism asked 13/6, 2013 at 12:14
2
Solved
In Magento CE, I'd like to install an add-on to Extendware Page Cache called Lightening Cache.
It requires editing the Apache configuration inside the virtual host definition for the site, by addin...
Claudy asked 1/1, 2016 at 7:2
9
Solved
In Magento, how can I get active store information, like store name, line number, etc?
4
Solved
On my magento site, I am getting a strange behaviour in onepagecheckout that I’d like to fix. Basically, on Step 2, after entering all the data required and I click on the continue button, the page...
Wooley asked 27/11, 2013 at 8:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.