I did the Klaviyo module setup in my Magento PWA Studio, it gave me all the backend functions, but I was missing the frontend JS scripts, I had to add them via Google Tag Manager. https://developers.klaviyo.com/en/v1-2/docs/custom-event-tracking But there’s something that Klaviyo support wasn’t able to help me with, they have […]
Magento
Magento 2.4.6 Paypal Braintree error when adding item to cart ‘display on shopping cart'(Paypal button) is enabled. Once you disable you are able to add items to cart and checkout.
I want to build a food ordering system like GrubHub, with all specifications mentioned in this article, is Magento 2 good enough to start with ?
I want to add a column for the customer-agent =>(my module) in order table I add this in to app/code/Orienteed/CustomerAgent/view/adminhtml/ui_component/sales_order_grid.xml <?xml version="1.0" encoding="UTF-8"?> <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <settings> <buttons> <button name="add" class="OrienteedCustomerAgentUiOrderAddButton" /> </buttons> </settings> <columns name="sales_order_columns"> <column name="customer_agent" class="OrienteedCustomerAgentUiComponentListingColumnCustomerAgent"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="sortOrder" xsi:type="number">200</item> <item name="filter" […]
i want to add product from dropdown to compare list but somehow product data is not showing like picture and name (i have already added pluging for product image), might be data-bind=”scope: ‘compareProducts'” is not getting data. sidebar.phtml <style> ul.compare-toggle.compare-dd-active { display: block; } ul.compare-toggle.compare-dd-hidden { display: none; } get(MagentoFrameworkUrlInterface::class); […]
Does anyone have any idea what this error is when running this command in magento 2: setup:upgrade for a custom module? Here is the error: Impossible to process constructor argument Parameter #1 [ <required> MagentoCmsSetupPageSetupFactory $pageSetupFactory ] of ViewSonicMetaRobotsSetupPatchDataAddMetaRobotsAttribute class Here is the coding: <?php namespace ViewSonicMetaRobotsSetupPatchData; use MagentoCmsSetupPageSetup; use […]
I am using Magento 2.3.3 Recently, we are having daily issues with some customers where they place an order, enter payment details and then get directed to an empty cart with error message ‘Your payment was successful but order was NOT created, please contact us : No such entity with […]
Right now it displays the product name and the image. For now, I’m trying to locate where this information is coming from in the code to help me to figure out how to add the products sku and price. Update: I got price to show. My theme was hiding it […]
when i hit this api i am getting this error “message”: “”%fieldName” is required. Enter and try again.”, “parameters”: { “fieldName”: “cartId” }, i pass cartId in body { “cartId”:”1″ }