e-commerce

Check this requirement, let me know which Magento Product Type is it?

浪尽此生 提交于 2019-12-13 03:51:46
问题 I'm new to Magento, just finished reading 2 Ebooks. Please check the project requirement below and let me know which Product type is it and what should I have do to achieve the requirement below? The site is going to sell only one product, that is a Bicycle . 1st Tab (Three Options) : Green cycle($30), Red Cycle($35) and Pink Cycle($33). User can select anyone cycle from it. 2nd Tab - Three sizes of cycle has to be shown (SMALL,MEDIUM,LARGE). Color of the cycle is based on the previous

Spree: intersection between taxons

百般思念 提交于 2019-12-13 03:34:34
问题 Is it possible to query for products that belongs to multiple taxons? Like a math intersection. For example: I sell books that belongs to taxon Universities > ASU, and belongs to taxon Course > Engineering I would like to be able to query for all books that belongs to the ASU Engineering path. Something like Spree::Product.in_taxon(asu_taxon).in_taxon(eng_taxon) 回答1: There's a few ways to do this. I'm going to use the spree sandbox data, so you can try the results if you're interested. First,

Magento Google Analytics Product Category not set

旧街凉风 提交于 2019-12-13 01:29:52
问题 I am trying to track product category from magento to GA, (under Conversions>Ecommerce>overview), but with magento default core GA.php file dosent including this part: /app/code/core/Mage/GoogleAnalytics/Block/Ga.php foreach ($order->getAllVisibleItems() as $item) { $result[] = sprintf("_gaq.push(['_addItem', '%s', '%s', '%s', '%s', '%s', '%s']);", $order->getIncrementId(), $this->jsQuoteEscape($item->getSku()), $this->jsQuoteEscape($item->getName()), null, // there is no "category" defined

Volusion API generic product export, product image missing

不羁岁月 提交于 2019-12-13 01:26:27
问题 i am using Vollusion Api To get Product information, using the below URL to export data. http://www.example.com/net/WebService.aspx?Login=mylogin&EncryptedPassword=mypaasword&EDI_Name=Generic\Products&SELECT_Columns=*,pe.PhotoURL_Large,pe.PhotoURL_Small,pe.PhotoURL_Large. This URL Exports other product information to XML file, but not the product Image. Plzzz help if any one know about it. 回答1: The reason why there is no image data returned is because you most likely do not have any url data

using magento apis for ecommerce website

风格不统一 提交于 2019-12-12 09:46:35
问题 I am a beginner in magento and am working on creating a website using magento. I have noticed that magento has a good number of apis that expose all of the functionality that I would need to create an ecommerce website. So, I would like to use magento's apis to fetch data, but develop the UI separately without any dependencies on magento. I have found a lot of references that develop the website via magento theming, but not those where the UI is developed in a separate MVC and uses magento

How can I update various input fields with one button?

為{幸葍}努か 提交于 2019-12-12 06:38:08
问题 Apologies if I don't ask my question clear enough or the wording is ambiguous in the question. I am currently coding a shopping cart for an e-commerce website and I have been using tutorials to help get me to my current stage but now I am stuck. The following is the specific line which allows customers to change the quantity and the 'change' button that comes up next to it. <form action="cart.php" method="post"> <input name="quantity" type="text" class="form-element text-element form-element

Broadleaf Commerce admin controller not working

你。 提交于 2019-12-12 06:05:02
问题 I am adding a custom section in admin panel in broadleaf commerce referring this tutorial http://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/admin/admin-custom-controllers This is my controller class @Controller // @RequestMapping("/" + NewAdminSection.SECTION_KEY) @Secured("PERMISSION_OTHER_DEFAULT") public class NewAdminSection extends AdminAbstractController { protected static final String SECTION_KEY = "test"; @RequestMapping(value = "/test", method = RequestMethod.GET)

How to set up multistore opencart without using CPanel?

帅比萌擦擦* 提交于 2019-12-12 05:48:42
问题 I tried to setup opencart without using CPanel( Setting it up in CPanel can be done this way). I already have opencart(lets call it the main shop) running at < mydomain >.com What I did is the following: created a separate subdomain eg. shop2.< mydomain >.com, made the shop2 subdoamin point to the same ip as the < mydomain >.com (the main shop) created a virtual host(apache) for the shop2 subdomain and its document root point to the same as the existing main shop. Created a new store in

Magento - Override the tablerate resource model

半城伤御伤魂 提交于 2019-12-12 04:13:07
问题 I have read through the various threads on here however i can still not get the following problem resolved. I am attempting to override a resource Model using the method below, however i am having no luck at all. Magento Version: 1.7 I would like to rewrite the the Mage_Shipping_Model_Resource_Carrier_Tablerate class found at: app/code/core/Mage/Shipping/Model/Resource/Carrier/Tablerate I have copied the file too: app/code/local/me/Shipping/Model/Resource/Carrier/Tablerate.php and renamed the

Send email, when paypal payment is made

↘锁芯ラ 提交于 2019-12-12 03:20:09
问题 I searched the internet, but didn't find anything relevant for this. I want to make a script which automatically sends an email to the customer, when that customer makes a payment to my Paypal account. To do this, I want to fetch 3 things from Paypal after successful payments, 1. E-Mail ID of customer, 2. Amount Paid , 3. Product name Any ideas would be highly appreciated. 回答1: This question is very open, in short yes you can do what you are asking for. The information you can retrieve is