I want to upload images using graphql, can anyone tell me how can I implement this? Let me know if anyone has any idea.
Magento
We use the following method to group related products based on their category: https://bitbucket.org/magstaging/groupedrelatedproduct/src/master/ Works perfect, thanks to Herve, but we want to extend this code by also adding the cross sell items on the product page. So what we want to is to display cross sell products on the […]
I need to trigger the free shipping option over $150 and charge a flat $5 handling fee with free shipping but if a specific product is added in cart this rule should not be applicable.
How to create custom graphql mutation in custom module in magento 2. And how to save custom form data in custom table using mutation. THANKS.
Some developers suggest to avoid ES6 syntax in JS files to keep the entire codebase unified with a single JS standard. After examined vendor folder I saw some modules use es6 (For example vendor/vertexinc/module-tax/view/base/web/js/form/element/custom-option-flex-field-select.js). So, that’s why I have doubts about the statement about avoiding using es6 syntax.
I am new in magento2. I have done some changes in a css file and have change the file https://agoshop.at/pub/static/frontend/smart_media/smart_media1/de_DE/css/themes.css on the ftp server. Here my changes: Code: .cathead a.level-top { background-color: #75dbfa; margin-top: 3px !important; color: #000 !important; font-weight: bold !important; font-size: 13px !important; text-transform: none !important; font-family: "Open […]
<?php $_product = $block->getProduct(); $exPrice=$_product->getData('ex_price'); ?> <?php if ($exPrice == true): ?> <div class="note_1"> <p><b style="color: red;">Note:</b> <span style="color: darkblue;">We don't have prices, because the prices depends on the sizes and the quantities</span></p> </div> <div class="product-quote"> <form class="product-qoute-form" action="quote/crud/save" id="my-form" data-mage-init='{"validation": {}}' method="post"> <div style="margin-bottom:10px;" class="row"> <div class="col-lg-12 col-md-12"> <div […]