I’ve been trying to have the swatches that are enabled through customizable options have BOTH text and images but have had no luck. The first 2 images are what i want to achieve and the third image is what i currently get. Its either text or images but never both.
Magento
On Magento 2.4.0 Klarna is not showing on checkout page. Error log is Bad value: order_lines[0].total_tax_amount. When I update VAT 25 to 0 it works fine and shows on frontend. Here is request JSON body { "purchase_country": "SE", "purchase_currency": "SEK", "locale": "sv-SE", "order_amount": 93000, "order_tax_amount": 18600, "order_lines": [ { "type": […]
I created a module in Magento 2 to connect to a third-party API (which I created). The problem is that it’s not connecting and giving me a 404 error in the view path. local-project.test/getprovider/index/offer I have created a repository on GitHub with this module to see if you can take […]
I have created the block grid in admin product edit page section, I have added a text field in that grid column using below addcolumn method. $this->addColumn( 'position', [ 'header' => __('Position'), 'type' => 'number', 'index' => 'position', 'editable' => true, 'filter' => false, 'sortable' => false, ] ); Now […]
Im having some issue when comming back (using back button) from a payment gateway, we do a quote restore: $this->checkoutSession->restoreQuote(); But this works good having the same cart, but we would like to actually not restore the quote insteade creating a new one coping this one. As if we restore […]
Since a few weeks i’m getting more and more spam on the admin dashboard from adobe, auto-installed and everything. It started with polls on the right side taking all the space and impossible to delete. Now it’s entire help center buttons on the left. I don’t know how this is […]
I am trying to get a website pre-rendered via prerender.io because of SEO issues. I have https://github.com/magento/magento2-upward-connector installed and configured, but it doesn’t work after I specified correct upward path, prerender URL, token, user agent conditions etc. I just don’t see how it should work, user agents specified in admin […]
When using a react ScandiPWA theme and goomento page builder and appears an error when switching to my theme in consturcto. Styles does not apear when switching to the react ScandiPWA theme, but appear on standart themes written in php: Magento luma and blank. Tell me how to solve it. […]
I’m using Magento 2.4.6. I want to add billing address info under the credit card payment method as it is showing for cash on delivery method, shown in the screenshot. Screenshot1 Screenshot2 The checkout configuration has an additional Display Billing Address On option (Stores -> Configuration -> Checkout -> Checkout […]