Category: jQuery
-
How to add Buy Now button on Product page – WordPress/woocommerce?
Change && to &&
-
How to track qty changes in cart?
This is not CMS or software specific. Can be used for shopify, magento, wordpress or any other cart page Assumption: All the cart items have an input field for quantity in case they want to change qty for any item Assumption:All those input fields can be selected using queryselector. Either they have common name attribute…
-
Magento 2 Multi Select click all code – Tax Rates
Put the following code in console.
-
Understanding “this” keyword in JavaScript.
‘Hi Everyone! In this article, we are about to discuss ‘this’ keyword in JavaScript. It is a very important part of object-oriented JS programming. Hence it becomes crucial for serious developers to understand ‘this’ keyword. It is also one of the most confused concepts of JavaScript. What is ‘this’? Understanding ‘this’: To be able to understand what I am…
-
How to remove links of a learndash course which has not started yet? without code changes
-
Bulk Add Custom Attribute Options in Magento 1
-
Magento 2 how to show configurable options stock availability on product page
addtocart.phtml Another important file is Magento_ConfigurableProduct/web/js/configurable.js modified function _getSimpleProductId and added function _dofichoo
-
How to manage Magento 2 product attribute values options using console
This is an update to my previous script which was used to add custom product attribute values using backend – Add values to product attribute Read the previous^ part to get introduction about how it works. you will have to use browser console (ctrl + shift +j in Google chrome) First of all initialize the…
-
Magento 2.1x – Add options in custom product attribute using backend
Go to the attribute edit page using magento 2 admin panel (Stores > Attributes > Product > Edit attribute) Use console – ctrl + shift + J Edit the js array mimim and then paste the following code in console.
-
How to unlike all Facebook pages from your profile and Clean your newsfeed
Hello humans, I have tried to keep this tutorial simple and detailed. Please proceed with caution. The following tutorial and the procedure will unlike pages you have liked from your profile, Please be clear about that the fact that the code provided here is clean and does not intend to do any harm to your…