Questions tagged as 'magento'

0
answers

Is it possible to place more than the 3 default images in the presentation of magento products? [closed]

Is it possible to put more than the 3 standard images in the presentation of the products in magento? Base Image, Reduced and Thumbnail     
asked by 23.03.2016 / 15:19
2
answers

What is the problem with this query? Not unique table / alias

I came across a problem: 1066 - Not unique table / alias: 'catalog_product_entity_decimal' SELECT DISTINCT catalog_product_entity.entity_id, sku, price as preco, qty as quantidade, stock_status as estoque, catalog_product_entity_decimal.val...
asked by 24.09.2015 / 21:37
0
answers

public function assignData ($ data) is not called

In a payment module I am testing, I use the payment.phtl class that extends from Mage_Payment_Model_Method_Abstract and, for testing purposes, I put an output to a log file in two functions, public function assignData($data)...
asked by 21.11.2015 / 22:23
1
answer

How to install magento on virtual host?

I'm trying to install magento on my localhost using virtual host (so it can work) but even I already creating the file in /etc/apache2/sites-available with the name magento.conf with the code: <VirtualHost *:80> DocumentRoo...
asked by 09.08.2015 / 01:22
0
answers

Error installing magento

I'm trying to install magento on my localhost, but when I got into the step of putting the database, user and password I had to check the skip base URL option (I'm using virtual host). The page apparently crashed, it took more than 3 minutes...
asked by 09.08.2015 / 02:41
0
answers

Duplicate States

How can I delete all duplicate states from Magento? This was due to the change in the checkout used.     
asked by 03.07.2015 / 19:44
0
answers

Coupon Magento API Soap

I have a problem with the Magento Coupon API when I do: $couponCode = "test"; $resultCartCoupon = $proxy->call($sessionId, "cart_coupon.add", array($shoppingCartId, $couponCode)); I always have:    Uncaught SoapFault exception: [1083...
asked by 29.01.2015 / 22:55
3
answers

Input email only display suggestions for EMAILS

Hello, I have an email input and for easy typing and everything else I would like a "self suggestion", but it is showing everything I have already typed with the letter G, for example, including names, things, emails and etc, I would like when I...
asked by 21.08.2017 / 19:58
1
answer

How to make a jQuery validator

Hello, I created a "separate" field from the rest of my form, and I wish it had the same "face" as the rest, I made a validation for it, to check whether or not an element already exists in the database of data, it shows the message equal to the...
asked by 23.08.2017 / 21:41
1
answer

Themes CSS Magento

I added a theme in Magento and would like to change the background and some other things through style.css. I make the modifications, but it does not work. Does anyone know why? The CSS that I'm opening is in "skin / frontend / default / them...
asked by 01.03.2014 / 23:58