Default my magento store is loading without index.php. Site is secured. for both there are rewrite rules in .htaccess file which are working fine. I have implemented following code in .htaccess file, this is not working when i am loading the website. but if Load it by appending index.php CORS […]
Magento2
I have created an attribute that is used for sorting on the category pages. The sorting order is numeric. Expectation is that sorting order is: 1. 1 2. 2 3. 11 But the actual sort order is: 1. 1 2. 11 3. 2 Apparantly, Magento sorts on the first digit. […]
In a shoe store I have the following configuration: For each color we have a configurable product, and in this configurable product we have size variations. We have a size filter … when a customer chooses a size on the filter as it is today, all simple products are looped […]
I want update payment module Dotpay to 1.0.15 – require PHP Version 7.1+ So I run command with PHP 7.1: composer71 require dotpay/magento2-payment:1.0.15 But during update I received issue: Problem 1 - scommerce/googleremarketing 2.0.1 requires php ~5.5.0|~5.6.0|~7.0.0 -> your PHP version (7.1.29) does not satisfy that requirement. - scommerce/googleremarketing 2.0.1 […]
Could you please help me? I have this error with my magento2 installation: vendor/zendframework/zend-mvc/src/Service/HttpExceptionStrategyFactory.php on line 29 Thank you very much
I am using following code to create order using rest API. $apiURL="https://domain.com/index.php/rest/V1/carts/mine/payment-information"; $data_string =json_encode(array("paymentMethod"=>array("method"=>"banktransfer"),"billing_address"=>array("customer_id"=>100,"region"=>"Test Region","region_id"=>25,"country_id"=>"US","telephone"=>"1234567890","postcode"=>06401,"street"=>array("0"=>"testing"),"city"=>"testing","firstname"=>"John","lastname"=>"Doe","region_code"=>"NV"))); $ch = curl_init($apiURL); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, array("Authorization: Bearer ".$token,"Content-Type: application/json")); Order is created but no email is sent. In admin section “The order confirmation email is not […]
When I click on button Create Merge Fields i got error in log file 2019-10-29T16:47:37+00:00 DEBUG (7): Merge Max Limit Exceeded for Api Call: [https://us15.api.mailchimp.com/3.0/lists/7e3c61605f/merge-fields/] using method [POST] Detail: [You have exceeded the maximum number of 30 merge fields for this list.] Params: {“name”:”Middle Name/Initial”,”type”:”text”,”tag”:”MNAME”,”public”:true} i use last mailchimp extension […]
I am trying to use default Color Picker component of Magento. If I edit products individually the color picker works perfectly. Once I try the update attributes action from Catalog->Products page I get: 1 exception(s): Exception #0 (ReflectionException): Class colorPicker does not exist Exception #0 (ReflectionException): Class colorPicker does not […]
I recently upgraded from 2.2.3 to 2.2.8 then to 2.3 and onto 2.3.3 and i’ve come across a strange error. When an order is being created, I get the following error: Failed address validation: Email has a wrong format I’ve searched stack exchange and magento forums and I cannot seem […]