Tagged Questions

25
votes
8answers
4k views

Magento Developers: Is Magento really -that- good?

We are looking at Magento as a possible commerce solution, but we are reading more bad than good on the free product. However Magento sells itself as the best thing ever, so I am confused on its ...
19
votes
18answers
25k views

Magento or Prestashop, which is better? [closed]

I want to find an ecommerce solution for my little shop. My friend tells me that Prestashop is very easy to use and develop modules for, but some say Magento is better. Can anybody tell me which is ...
14
votes
4answers
44k views

Magento - Retrieve products with a specific attribute value

In my block code I am trying to programatically retrieve a list of products that have a attribute with a specific value. Alternately if that is not possible how would one retrieve all products then ...
6
votes
3answers
365 views

eCommerce Framework, Currently looking at Magento

Hey guys, I kind of wanted to ask an opinion based question to start off with. I'm going to be picking up an eCommerce project in a month or two so I've been trying to decide which PHP framework, if ...
5
votes
1answer
73 views

Grouped Product with Fixed Sub-item Quantities

I'm working on a Magento site that has a number of simple products. There's also a "holiday package" which combines several simple products into one, at a discounted price: 6 of Item A 2 of Item B ...
5
votes
7answers
485 views

E-commerce from scratch or not

I need to develop a new site with the e-commerce part. I'm here to get some hints from you on which road I should go on. The site will have a static part which include some static pages and the ...
5
votes
4answers
358 views

Ecommerce Site Solutions: to pay or not to pay?

So I am trying to make a decision for a client about which Ecommerce Framework to use to turn their front-end design into an operational store with 2-300 items, inventory control, backend to to manage ...
5
votes
8answers
5k views

Spree vs Magento vs OpenCart vs PrestaShop?

I need to set up an online shop for my brother, I have no experience at all setting up an online shop, The number of options out there is overwhelming, Spree, Magento, PrestaShop, etc Is going to be ...
5
votes
1answer
543 views

Recurring Profile and Bundled Item

I have a subscription service that people pay monthly for, so I’ve setup a “Virtual Product” with a Recurring Profile. At the same time, I want to have it so they can add different one time products. ...
5
votes
2answers
1k views

mangento in postgres or oracle database?

i need an open source ecommerce solution, i think magento is an excellent ecommerce solution but i can't use mysql because is a customer requirement and magento only offer mysql database support. ...
4
votes
2answers
72 views

Which CMS to interface with magento

I will made a website with two types of contents : a catalog with about 500 000 products (books only) ; I'll need to interface with an external database for daily updates many pages contents in a ...
4
votes
1answer
334 views

Magento Integration with ERP and Dynamic Pricing

First, a little background... I work for a software company that is a VAR for an ERP. This ERP calculates pricing dynamically for products based on a hierarchical set of rules. Depending on the ...
4
votes
1answer
764 views

Magento Recurring Profiles with non-Paypal payment method

Interested to know if (a) this is possible, and (b) whether any of you have successfully implemented the functionality. The wiki page repeatedly refers to "Currently, by default, Magento supports ...
4
votes
1answer
2k views

How to get data for an entity (for example customer) from eav_attribute table to be shown in Customer Grid for admin

I have extended Magento’s customer information form to store an additional attribute for customer. Lets call it ‘customer_referrer_id’. I have a role ‘referrer ‘ who has access to customer grid and ...
4
votes
2answers
240 views

Integrating Magento with a CRM software

I am looking for the most suitable and easy to configure solution that would integrate Magento with a CRM. Which CRM is more suitable and compatible with Magento? Thanks in advance,
4
votes
3answers
6k views

How to access Magento user's session from outside Magento?

Im trying to access the Magento customer session in another part of my website. domain.com/shop/ <- Magento domain.com/test.php The shop itself works like a charm, however im trying to determine ...
4
votes
4answers
2k views

is magento overkill for a one-man webshop?

I have been looking at magento for a while and I think I have a decent handle on how to use/customize it. I have a client that wants a webshop , this is just a small business that sells a few ...
4
votes
2answers
2k views

B2B open source solutions

Are there any good open source solutions for building a B2B website? I don't mean middleware, I mean something that would do for B2B what oscommerce does for B2C?
3
votes
1answer
167 views

Magento - allowing customer to use their FedEx account

I'm working on a Magento site which ships products via FedEx. When an order is purchased, it should charge the store's FedEx account, allow the store to print a shipping label, and offer tracking ...
3
votes
3answers
770 views

Magento getUrl not working with catalog/category object?

I've been able to instantiate a category object to retrieve its name, but when I use the getUrl method it isn't returning a URL to the category listing page, or anything at all <?php $children = ...
3
votes
2answers
555 views

Sort products by 2 attributes in magento catal

On my magento site we have the requirement to sort the product listings by 2 attributes, 'Manufacturer', 'Name' and then falling back to the Unique and default attribute 'Entity ID'. Seems magento ...
3
votes
2answers
423 views

Magento - Adminhtml - Default website in new customer form

I am developing an online store for my customer and, we only have one website in our Magento setup. In the admin panel when I go to Add a customer screen, in the "Associate to Website" field I see ...
3
votes
2answers
2k views

Make all store images the base, small and thumbnail images in Magento?

I have a Magento store that has around 3,000 products. Almost all of these products have a single image attached to it. For some reason, even though I set the small image and thumbnail image as the ...
3
votes
3answers
160 views

What is the best way to handle updates to an ecommerce website?

I have an e-commerce website (Magento) I will be publishing soon. My current setup consists of a development, staging, and production site each with their own database. Pushing from development to ...
3
votes
2answers
331 views

Magento: How can I migrate configuration changes from development to production environment?

We are actively developing modules and when we push the changes to our production site, there are usually several configuration changes we need to make. Would be nice to automate this...thoughts?
3
votes
3answers
1k views

Magento Community VS. Magento Enterprise Coding-wise

I have developed an extension to Magento Community edition. I would like to test it on the Enterprise edition. How can I do that? Do you think there will be changes between those versions code-wise? ...
3
votes
3answers
2k views

magento sales_order_place_after observer

I'm trying to write an observer that will export order data when an order is placed. I haven't written any modules before. Basing my implementation on this article: ...
3
votes
5answers
3k views

Open source eCommerce solution for multiple vendors (a la Amazon Marketplace)

I'm looking for an open source ecommerce solution that supports multiple vendor selling, in a similar fashion to Amazon Marketplace. I'm not sure this solution exists, but I'd be interested in some ...
3
votes
3answers
787 views

What is the conceptual difference between a Product and a Quote Item

Involved classes : Mage_Sales_Model_Quote_Item and Mage_Catalog_Model_Product. I get both of them as a result of listening an event ( on cart add ). I am trying to update the quantity information for ...
3
votes
3answers
3k views

Integrating Magento with a simple static website

Magento is an awesomely powerful ecommerce platform. That said, it is also very complex, and I'd like to know if there is a relatively simple way to utilize Magento as our mISV site's backend to ...
2
votes
0answers
116 views

Prestashop vs Magento: Real-world e-commerce case - A clothes store [closed]

This question is not about which open-source product is better in terms of community, administration, hardware requirements, more paid or free modules,etc... It involves a real case of study and a ...
2
votes
1answer
76 views

Magento - Adding my own content block on home page only

This is just not working no matter what I try. I've set up a new file at /app/design/frontend/mytemplate/default/template/page/popularsearches.phtml I'm trying to reference in from the Layout Update ...
2
votes
2answers
178 views

Magento - Setting carrier per product

I'm working on a store that has two types of products: perishable food and general merchandise. The food must always be shipped overnight via FedEx, and the other merchandise must always be shipped ...
2
votes
1answer
614 views

Magento Round off currency conversions

I have to keep USD as base currency to enable PayPal but I have kept default display currency as INR. Now conversion rate of 45rs per USD give me nasty decimal INR prices, I wana get rid of that, ...
2
votes
3answers
834 views

Custom Start Number for Order Numbers in Magento 1.5

How do I customise the starting number for orders, invoices etc in Magento 1.5?
2
votes
2answers
558 views

Get region_id From State Abbreviation - Magento 1.4.2

How can I programmatically get the region_id in Magento from a 2-character state abbreviation? I'm using Magento 1.4.2 if that matters at all.
2
votes
3answers
643 views

Magento multiple stores, same installation, 3 checkout, 3 domains, 1 hosting: how to install SSL?

I have read about everything about this situation and had very different recommendations and read many differents scenarios from 2007 to 2010. But nothing exactly like my case even here on ...
2
votes
1answer
407 views

Magento CE :: Discount on First Order?

Is there any plausible way to give a customer a discount on their first order? I imagine it would require the user to sign up for a free account, which is fine. But after that, I'm stumped. The ...
2
votes
1answer
972 views

Automatic invoicing in magento

I have created new custom product type which extends virtual product in magento. Now I would like to block automatic invoicing for online payments eg. paypal when order contains at least one custom ...
2
votes
5answers
504 views

How to Handle 2 Million Products

I work for a web company and we currently use a highly modified version of OSCommerce as our primary ecommerce application, but recently we have been approached by a number of companies with over 2 ...
2
votes
3answers
2k views

Can no longer add registration fields in Magento 1.4.2.0

I have used this tutorial before for adding registration fields to the Magento registration page. It has always worked, but since I have upgraded to Magento 1.4.2.0 it no longer does. The attributes ...
2
votes
2answers
590 views

How to debug magento payment gateways

I am just a little curious. What can I do to make my debugging experience with payment gateways a little easier. On check out, it always does the ajax calls. So there is no way I can print_r() or echo ...
2
votes
3answers
434 views

Magento: Having layered navigation on a special view

I have a product attribute, artist, on each product. My client wants me to have a page for each artist that displays that artist's products. They want it to look exactly like the category views ...
2
votes
2answers
551 views

Magento Multiple Authorize.net Gateways

I have a CAD and USD gateway accounts for processing credit card payments, both from a payment provider with support for the Authorize.net API. I've successfully configured one using Magento's ...
2
votes
4answers
2k views

How to select specific fields with aliases using joinTable or joinField in Magento

I want to pre-filter* data in the invoice grid visible in Magento's admin panel. Here is a question that I asked earlier, and this one is related to the solution presented for that, hence it might ...
2
votes
1answer
734 views

Category list not working on category page - Magento

Firstly I am new to Magento, so please explain in detail if you can help. I have used the following code: <div class="left-nav-inner"> <h3 id="products">Products</h3> ...
2
votes
4answers
637 views

CSS doesn't load after migration of magento website

I migrated my magento website to a different server, following the steps described here. Everything went smoothly, except for the fact that when I load the page, the CSS won't load, and I just get the ...
2
votes
2answers
498 views

Magento - using Mage to edit a product?

I'm trying to integrate some functionality of Magento into my custom CMS to make it easier for my clients to update some of their products. I already have classes written to retrieve all the data ...
2
votes
2answers
946 views

Unable to login magento administration

I have just installed Magento on Windows using WAMP. Installation was successfull without any errors or warnings. When i browse administration page, i can see login screen. After entering the ...
2
votes
1answer
2k views

Magento - Buy 2 items get % discount

I'm trying to set up a price rule in Magento so that users get 15% off for every 2 items they add to their shopping cart in Magento. Does anyone know if this is possible? Thanks.

1 2 3 4 5