Magento community version 1.7
1
vote
1answer
20 views
Is there an extension or module that authenticates a domain name as a group?
I need a module or extension that will authenticate a domain, perhaps by a group I provide in the admin panel.
Example: I want ONLY users with @apple.com to be allowed to register with my Magento ...
0
votes
1answer
21 views
How to disable “Add to Cart” on specific products, and instead display “View Details” button in category list view?
I was wondering how to disable Add to Cart button on a few specific products, and I found an abandoned guide on how to do this, which worked, but it was somewhat incomplete, as it only was just a ...
0
votes
1answer
25 views
How to Update Country via a dropdown?
Is there any way to update country via a dropdown (same as currency in the header)
So that when the customer goes to the basket, that the correct country is already selected?
0
votes
1answer
21 views
Where is setImgSrc fuction defined
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
I know this is how we set image in magento using layout xml files.But i tried to locate this ...
0
votes
1answer
28 views
0
votes
0answers
22 views
sort by not working in product viewed
Product viewed located here:
App/code/local/Mage/Reports/Block/Product/Viewed.php
I have added the following code:
class Mage_Reports_Block_Product_Viewed extends ...
0
votes
0answers
62 views
Garbage characters being saved in Payment method input text fields
I was playing with one store and noticed some weird behavior.
When I tried to edit the Payment Methods title, it saved as garbage characters. Refer the snapshot.
Garbage characters was saved not only ...
0
votes
1answer
24 views
How to add toolbar in product compare page
Product compare located here:
App/code/local/Mage/Catalog/Block/Product/Compare/Sidebar.php
I have added the following code:
class Mage_Catalog_Block_Product_Compare_Sidebar extends ...
0
votes
1answer
23 views
How to add special price to category products grid?
How to add Special price column to
category products grid
under
Catalog -> Manage Categories -> Category_to_be_edited
0
votes
1answer
33 views
Magento URL rewrite after heavy traffic
Whenever I have heavy traffic to certain page Magento adds "-1" to the URL and if the traffic maintains it adds "-1-1" and so so on. This makes it impossible to link back to my website.
1
vote
1answer
31 views
Customer Session is Empty In Custom Module
I have made a custom module which uses the customer session, but its strange, on live site its not returning customer data.
I have tried following methods:
$sessCustomer = ...
2
votes
2answers
32 views
Implement an Own Payment Gateway
I want to implement a payment gateway (NTPnow) in Magento for credit card processing.
I am providing web-services of Magento for POS app and POS team want to make credit cart payment at end of ...
0
votes
0answers
31 views
“match-not-found” on products url rewrite
I'm trying to fix a few product's urls and I've been doing the following process:
1 - I run this on the database: "delete from core_url_rewrite";
2 - On the CMS I go to system > index management > ...
6
votes
2answers
200 views
Magento under PHP 5.4 Webserver - fatal: getFrontNameByRoute() on non-object
Has anyone managed to get Magento running under PHP 5.4 with the built-in web server? I have used the HTRouter PHAR to mimic .htaccess rules - but so far I'm coming up empty, all roads at the moment ...
0
votes
1answer
39 views
Magento 404 on Admin Page
I am getting a 404 error when trying to go to my admin page was working fine earlier today. Haven't changed anything since I last logged in and the only thing I was doing was assigning products to ...