We sacrifice by not doing any other technology, so that you get the best of Magento.
We sacrifice by not doing any other technology, so that you get the best of Magento.
It was a great pleasure to have Dan Brag, the Founder at Brag Deal Inc giving us valuable time and insights on the Best Project management Practices on E-commerce projects. Dan has shared that fulfilling the customer need is the top priority…
READ MOREIt was quite an interactive conversation with Gabriel Lascano the CTO of Bit Space Development Ltd. We started the conversation with a few technical issues with Zoom and Google Meet and shared the challenges on both Video Conferencing Tools, though it was…
READ MOREMagento 2 has many templates to send when the customer changes the order process like an invoice, shipment, credit memo, etc. But the same isn't available on the cancellation process. Today, we're going to show you how to set it up for…
READ MORECreate app/code/local/Namespace/Module/etc/config.xml file and add below code <events> <checkout_onepage_controller_success_action> <!-- identifier of the event we want to catch --> <observers> <checkout_onepage_controller_success_action_handler> <!-- identifier of the event handler --> <type>singleton</type> <!-- class method call type; valid are model, object and singleton --> <class>createcustomer/observer</class>…
READ MOREOverride the minicart.js on your theme from vendor/magento/module-checkout/view/frontend/web/js/view/minicart.js Under the initialize: function () you will see the below code $('[data-block="minicart"]').on('contentLoading', function () { addToCartCalls++; self.isLoading(true); }); Replace with below code $('[data-block="minicart"]').on('contentLoading', function () { addToCartCalls++; self.isLoading(true); $('[data-block="minicart"]').on('contentUpdated', function () { $('[data-block="minicart"]').find('[data-role="dropdownDialog"]').dropdownDialog("open"); setTimeout(function()…
READ MOREFollow the below steps to override default.phtml in your theme. Create an default.phtml in : app/design/frontend/Vendor/Themename/Magento_Catalog/templates/product/view <?php if ($detailedInfoGroup = $block->getGroupSortedChildNames('detailed_info', 'getChildHtml')):?> <div class="product info detailed"> <?php $layout = $block->getLayout(); ?> <div class="product data items" id="accordion" data-mage-init='{"accordion":{"openedState": "opened", "collapsible": true, "multipleCollapsible": true}}'>…
READ MOREThe default Magento 2 does not show FromDate or ToDate on the detail page from the assigned catalog price rule. If you want to show these dates on the detail page then follow the below steps. Step 1: Create a registration file…
READ MORESometimes Magento 2.3.6 upgrade after fetching this issue, then run below SQL query inside the direct database to get the solution. INSERT INTO `eav_attribute` (`entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (4,…
READ MOREMagento is the most popular choice for eCommerce brands. It has revolutionised the way merchants serve their customers. It has crossed millions of downloads and is considered as the most search engine friendly eCommerce platform. Magento has a number of features that…
READ MOREEffective immediately, Shopify will ban ALL vape products from its...
Artificial Intelligence has evolved from a competitive advantage into a...
Digital commerce has undergone a remarkable transformation over the last...
The Rise of AI in Shopify Ecommerce The ecommerce industry...
(more…)