All Questions
0
votes
1answer
13 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
10 views
UPS shipping is only returning three methods
I am using UPS for shipping method and set the shipping origin to colorado USA, products have set their weight but i am getting only three shipping methods to ship I am on CE 1.7.0 i have checked with ...
0
votes
1answer
30 views
Move breadcrumb Block purely via local.xml
I want to move the breadcrumb block purely using local.xml.
It needs to be moved from its default location to the content block somewhere for me to ouptut.
usually when moving blocks i would ...
0
votes
1answer
18 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.
2
votes
3answers
61 views
Run Magento from localhost on Mac
While it is possible to install Magento locally, I cannot seem to get Magento to actually set cookies in the Admin when logging in if I use the hostname localhost:8080.
Having worked with Magento for ...
1
vote
1answer
22 views
Remove toolbar from product list via local.xml
I am used to using local.xml for my layout updates, however I cant seem to remove the toolbar from the product list block using either the remove or unsetChild methods.
Can anyone say if this is ...
2
votes
1answer
66 views
Custom price.phtml file for product view template
How do I create a custom price.phtml file and display it on the product view page?
Use case: I have updated the price.phtml file under product > view to add rich snippets / structured data. And, I ...
1
vote
1answer
16 views
Django authentication against Magento user base
I'm running a Magento store and also have another site that is based on Django that also needs an authentication.
Magento is currently authenticated against its own internal user base.
Is it ...
1
vote
2answers
31 views
How to Get A List Of All Attributes
How can I fetch a list (array) of all defined product attributes? (basically I need the code and label).
edit:
The attributes
I need this to dynamically generate ACLs for all product attributes ...
2
votes
2answers
34 views
Sharing Sessions Between Stores with Different Domains
I have three websites on a Magento installation, each has its own domain.
Now due to web-browser security you cannot access cookies from another domain, nor sessions.
Somehow I need to be able to ...
1
vote
2answers
36 views
Template path not showing
For some reason the template path hints are not displayed.
I went to the admin panel and turned them off and on again, then cleared the cache. But they are still not displaying.
How can I ...
0
votes
1answer
12 views
Adding a (bundle) product to cart programmatically on different websites/stores
How to add a product to cart is what I have already working, but it seems to be working for the default store only. So when I add a product to cart with the script on the default website/store, the ...
2
votes
1answer
34 views
Hide Attributes and Other Fields in Admin Backend
To make editing of products (and maybe also categories) for the shop owner easier, we would like to hide some unnecessary tabs and fields from some users in the admin backend.
This means: Hiding some ...
1
vote
1answer
22 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
26 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 ...