Questions tagged as 'magento'

3
answers

Adding up repeated PHP variables

The code snippet below returns me names and product quantities, each one being a variable. foreach ($orderItems as $order) { $order_data = Mage::getModel('sales/order')->load($order['order_id']); $items = $order_data->getAllItems...
asked by 15.10.2014 / 17:00
1
answer

Create Observer in the Mage_Core_Model_App class for the run

When looking at the class app\code\core\Mage\Core\Model\App.php , we have the following function: public function run($params) { $options = isset($params['options']) ? $params['options'] : array(); $this->baseInit(...
asked by 07.02.2014 / 19:37
1
answer

Integration between Magento and Moodle

I want to sell courses from Moodle 2.6+ via Magento 1.7. The process flow is as follows: User creates an account in Magento (shopping cart). User purchases a course. After acquiring the course, the user can enter Moodle with the s...
asked by 06.02.2014 / 14:38
1
answer

Magento Error 404

Good morning, I have a problem when I activate friendly URL in Magento . When for example access: MINHAURL/customer/account/login/ I get the following error Not Found The requested URL /customer/account/login/ was not found on this se...
asked by 01.08.2018 / 14:36
1
answer

How to insert values inside a select when inserting it into the database

I need to insert data into the database, I'm getting the data from an old database, I had some attributes that have a certain value, I created those attributes in the site so that I can receive the data without any problem, the attributes that a...
asked by 09.11.2017 / 16:46
1
answer

Disable submit function when error message appears

How do I "lock" or "disable" the form button when the error message appears? Input <input style="height:24px;" name="email" id="email" title="<?php echo Mage::helper('core')->quoteEscape(Mage::helper('contacts')->__('Email'))...
asked by 21.08.2017 / 21:33
0
answers

Request No Enter Magento, But in the Payment Method Environment Yes!

Hello, I'm facing a problem in my magento store, where when customers try to finish the order on the platform and the order is not saved. But this is not the problem, what harms in this case is that in the environment of the payment method th...
asked by 14.07.2017 / 16:02
0
answers

Zip code in module Payment for magento2

Hello, I'm trying to integrate this official module of MercadoPago here link I configured correctly, including the source zip code in "Stores / Configuration / Sales (Shipping Settings) I ran the upgrade command, cleaned the caches, r...
asked by 06.07.2017 / 10:37
0
answers

Impression on the successful page with Magento [closed]

I use the modules: onestepcheckout + Inovarti_BoletoBancario_Magento_2016-master . They have everything but the button for ticket printing on the success page. I've tried a couple of ways but the most I got was a button for the o...
asked by 21.06.2017 / 15:29
0
answers

Error in order details in magento

Hello. I'm having a magento error that I could not solve in any way. The order details page is displayed this way: Itriedseveralsolutions,likereplacingthecoreofmagento,changepermissionsandseveralothersolutions,however,nothingworked.Theerrorl...
asked by 17.02.2017 / 15:13