Questions tagged as 'magento'

2
answers

In Magento how to add class to list depending on the attributes to be displayed?

I have foreach which brings me all the children of an X attribute, and I need to add a specific class in the <ul> list to be able to format by CSS according to the Y attribute. However, I can not add the attribute name in the class...
asked by 11.12.2013 / 17:49
1
answer

How do I add a button to a product's edit page?

How do I add a button to the "Description" bar on the product editing page? The button should only be in tab Description, where it has the product description. I need to know how to set the route and how to mount the Block so that I in...
asked by 14.02.2014 / 16:54
1
answer

How to notify the tracking of the mails to the user?

I have an eCommerce that integrates with Mail , except for the tracking system, which only includes the tracking code in order. I need every time I change the status, the customer is notified via email. With the code below, I can make an i...
asked by 21.08.2015 / 14:48
3
answers

Validate file extension

I have a code that checks the size before sending the file, I would like to know how to check the file extension along, for example, I need these extensions .jpg, png, .gif, .pdf, .txt, .doc, .docx . Would I have to do in the same code?...
asked by 24.08.2017 / 22:51
1
answer

Creating new options for Magento attributes

I'm having trouble trying to create new options in the "Manage Options" tab. When I create an attribute, I already know how to save the data correctly in the database. I'm replacing Mage_Adminhtml_Block_Catalog_Product_Attribute_Edit_Tab_Opti...
asked by 31.01.2014 / 22:34
1
answer

How to import / export categories in Magento?

I'm trying to import products and categories from one store to another, but in magento there's only the option to export only the products and customers. Is there any way to do this?     
asked by 07.03.2014 / 19:26
1
answer

How to 'Handle' Cart Out of Magento System - API

Hello, Well, I would like to integrate the Magento system on my site (only 1 page), as it has a fast integration module of the MOIP checkout system, so I would not have to do the entire system on hand, since there is a module ready for this plat...
asked by 10.07.2015 / 07:06
1
answer

Table / Field for price of products in Magento

In which table / field are the prices of products registered in Magento 1.9 stored? I have seen in some sites the catalog_product_entity_decimal table, but I have not seen the price or any other field that looks like a value in...
asked by 19.11.2015 / 05:39
1
answer

Magento Admin error 404

I changed my store in magento to another domain, I changed the urls in the database, and I cleaned the cache, the home accesses normal, but the admin is giving error 404 , how should I proceed? Magento Store     
asked by 19.12.2014 / 14:22
1
answer

magento simplexml_load_string ()

I was adding products in my store normally until the images stopped appearing on the front and when I went to see the error log what appeared was: 2015-10-28T11:40:00+00:00 ERR (3): Warning: simplexml_load_string(): Entity: line 1: parser erro...
asked by 28.10.2015 / 12:51