Questions tagged as 'magento'

2
answers

Display products randomly according to category

I'm trying to change the display of the products to random when only when the category is the child's parent did the following code: $id = 2; $cat = Mage::getModel('catalog/category')->load($id); $subcats = $cat->getChildren(); $categori...
asked by 12.09.2014 / 21:56
1
answer

Error installing Magento on Windows 10 [closed]

Forever in the 50%. Anyone give a light ?? Module 'Magento_Directory': Installing data... [ERROR] PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'AD' for key 'PRIMARY' in...     
asked by 28.09.2018 / 00:40
1
answer

JavaScript error when using Action

I'm trying to use a platform feature that I use (magento) but I'm not getting it, the following image error is being returned. I want to send newsletter by mobile, so I tried to copy the same action and everything else, but I'm not getting it....
asked by 04.10.2017 / 20:53
1
answer

Email validation via jQuery

I'm trying to do a validation in an email field, I even "can" do, but it's not 100% functional, I'd like to cancel the button with the disabled attribute until the user places a valid email , I get the button to cancel, but when I type the corre...
asked by 06.10.2017 / 21:58
1
answer

Magento Ajax Cart

I'm having a problem in magento .. with the ajax cart .. when I add or remove a product in the cart .. the product is added and also deleted .. however .. it does not appear when I add .. and neither add it when deleting ... only with reload of...
asked by 22.06.2017 / 07:42
1
answer

Magento dashboard issue

Hello, I just installed Magento and when I installed it I noticed that in the dashboard it is not working very well, it seems that the css of some things is not working, nor are the dropdown menus Next image:     
asked by 01.02.2017 / 16:10
1
answer

How to update magento stock by consuming a CSV file

I am using a manual stock synchronization module created by BRTSync, but I need to perform an automatic synchronization process, for example, consuming the fields of a CSV already generated by another software every two hours. I already have the...
asked by 04.08.2016 / 18:48
1
answer

Permission problems in the magento directory. How to reset permissions?

I have a problem with the /media/tmp/ and /media/catalog/product/ folder of the magento. When attempting to upload product images into product creation, the image is sent to the site but does not appear in the product image listing...
asked by 16.04.2016 / 17:20
1
answer

Remove item in specific view in magento

I have a shop in 3 languages with the showing of plots, being PT EN and ES, but I want to leave the plots display only for PT. How can I comment on these plots for EN and ES? is it possible? The parcel code is: <?php $vezes = $_produc...
asked by 22.07.2016 / 04:46
2
answers

Magento redirect

I have two environments of an e-commerce in Magento: homologation and production. The problem is this: when I log in for approval, it redirects me to production. In the confirmation login screen, the action of <form> is going to the...
asked by 16.12.2014 / 13:04