Google team share with me a script for tracking and they asked me to put magento 2 variables. I’ve searched about and this is the script after update but I think it’s not correct. <script> dataLayer.push({ 'event':'purchase', 'order_value':$order->getGrandTotal(), 'order_id':$order->getOrderId(), 'enhanced_conversion_data': { "email": $customer_email, "phone_number": $telephone_tmp, "first_name": $firstname, "last_name": $lastname, "street": […]
Magento
I’ve some of products, Which names start with word “adidas” and some of products “Adidas” . Like, adidas Tiro 13 Short, adidas Techfit Bra, Adidas Techfit Bra12 etc. I’ve set Default product listing sort by to “use config setting” and at global level I’ve set it to “Product Name”. When […]
I’m trying to add some google tracking scripts to onepage success. But I’m facing a problem in this page.. the url is : checkout/onepage/success/ but when I click on view page source in my browser it’s redirect me to another page : checkout/cart/ Could you please help ? how I […]
I tried to import FPT for all my products with an additional column to my CSV import : wee_tax_variations and lines like : name=ecotax,country=FR,state=0,value=1.45,website_id=0 (My attribute name for FPT is ecotax). The import is accepted but there is no change for the product in admin. Nor in the databas at […]
I noticed very strange error. One category no display propety: https://be-be.pl/skin-care.html (desktop) All others working correct: https://be-be.pl/brand-jewellery.html Is very strange, Can anyone check this for me?
i have a problem how can i save the data that I pull form an API on website Here is my website I wanna get data from API: https://blog.api.rakuten.net/api-tutorial-rakuten-marketplace-api/ I really do not know how to do it and I need help. I’ve created 2 db_schema just to save data […]
I am trying to add a product attribute to a custom button on product pages. I created a custom attribute called ebay_url. In custombutton.phtml I want to use the ebay_url product attribute to replace ‘https://www.ebay.com’. Help appreciated! /app/design/frontend/Solwin/freego/Magento_Catalog/layout/catalog_product_view.xml contents: <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <move element="product.info.stock.sku" destination="product.info.price" after="product.price.final"/> <move element="product.info.review" […]
One of my website’s cart page is slow and after some digging up I found that the shipping-rates.html is taking up time to load. Is there any way, through which instead of implicitly loading I can load it when clicked on button, as this will reduce the time and of […]