Magento is an Ecommerce platform written in PHP. It uses a configuration-based MVC system and heavily leverages Java style OOP patterns in the business logic, UI, and layout rendering application layers.
3
votes
2answers
390 views
Magento not responding to payment gateway notifications fast enough or at all?
Some of our customers are getting to the confirmation of payment step in purchasing from our Magento store, and then they are getting a timeout error, where the SagePay payment gateway is trying to ...
1
vote
2answers
321 views
Adding a CMS to an existing Magento shop
I am working on a project for 3 niche stores built on magento (using magento's multi-store function) that each get roughly 50k unique visitors a day. The sites don't currently have a blog or forum ...
-1
votes
2answers
201 views
Magento Bulk Product Import + Modules Nightmare
Have 5,000 products in CSV file
File has been re-saved as UT8 file in google documents and exported to CSV from excel
File loads perfectly with all fields in demo of magento store manager (except we ...
1
vote
1answer
45 views
Webmaster tools reports fake 404 errors
I have a website where Google Webmaster Tools reports 15,000 links as 404 errors. However, all links return a 200 when I visit them. The problem is, that eventhough I can visit these pages and return ...
1
vote
1answer
315 views
Payment from Paypal but no order in Magento 1.6.2
I just found a very strange problem and wondered if anyone has seen the same, or maybe knows a fix for this?
We have paperwork for an order payment received through paypal, but the order doesn't ...
1
vote
0answers
45 views
magento - adding BLOCKTYPE to static block
ok so I installed a plugin. The only option to use it is to place this code in a CMS page:
{{block type="ve_easyslide/list" template="ve/easyslide.phtml"}}.
firstly, what are these blocks of code ...
1
vote
0answers
394 views
Magento - Unable to access remote site but able to access a simple index.html file
I'm building a store (magento 1.6.0.0-rc2) and have a home server to host the site.
It is behind a modem/router with redirection of port 80 and 3000 active to server box.
1. I can access the ...
0
votes
0answers
72 views
{{depend customVar in transactional emails
What is the correct way of utilizing if/else or depend in trans emails?
De gegevens van uw bestelling #{{var
order.increment_id}}. {{depend comment}}{{var
comment}}{{/depend}}
...
0
votes
0answers
62 views
Bank Payment with discount
I would like to add a payment option to Magento 1.6.2 that allows customers to choose to pay by bank transfer. I see there is at least one module that will offer this functionality ...
0
votes
0answers
65 views
single product count on multi-order Magento
I am able to filter all of my products a SKU ( product id ). When I do this, every order with this SKU shows up.
My question is how can I count the number of products in each order? I can search for ...
0
votes
0answers
45 views
How To capture Order changes with Paypal Pro ( Magento )?
I noticed that if I create an order using paypal pro payment method, the payment is corrected captured but when I edit it, adding new items and so increasing the amount, nothing happens on paypal pro ...
0
votes
0answers
194 views
Magento 1.6.2 Catalog Price Rule Problem
My Magento system seems to have a slight issue with Catalog Price Rule application.
As far as the customer is concerned, all is working perfectly.
The problem is that some orders are not being ...
0
votes
0answers
433 views
Magento - How to manage multiple base currencies and multiple payment gateways?
I have two requirements to satisfy, I hope someone with more experience can help me sorting them out.
Multiple Base Currencies
My client wants to allow visitors to place orders in whatever currency ...
0
votes
0answers
198 views
How do I set “Starting at : $12” value for a Grouped product in Magento?
I recently created a grouped product by going through a tutorial. Everything is working fine except for the fact that, in the front end, the text "Starting at : $0.00" is set to "$0.00" instead of the ...
