To Set Up Special Prices in Magento 2: 1. Navigate to Catalog > Products and choose the product you want to configure the special price for. 2. Scroll down to the Price field and click on Advanced Pricing. 3. Enter the Special Price you want customers to see during the sale period. 4. Set up the Special Price From and To date to define the time when the special price… Continue reading How to Set Up Special Price Magento 2
Category: Magento
When the tab is switching, how do I uncheck a check box using Jquery?
document.getElementById(‘paidli’).onclick = function() { $(‘input:checkbox’).prop(‘checked’,false); checkboxes.prop(‘checked’,false); } We can set the checked status to false using props.
Big post Integration with Magento2.4.5
Based on the customer’s requirements we have checked the possibility to add integrate Bigpost with Magento2.4.5 We have analyzed the request to integrate Bigpost with Magento2.4.5 and we can implement this feature in the website. We understand from the information that the feature to display shipping cost/freight cost is available on three pages such as… Continue reading Big post Integration with Magento2.4.5
Assign Json to php Variables
How to Create Custom 404 Page in Magento 2 ?
4 Steps to Create Custom 404 page in Magento 2 Step 1: Access Your Magento Admin Panel Step 2: Find The 404 Not Found Edit Page Step 3: Edit The Default 404 Not Found Page Step 4: Click To The Save Button Step 1: Access Your Magento Admin Panel From the Admin panel, navigate to… Continue reading How to Create Custom 404 Page in Magento 2 ?
Observer to remove all cart items based on a condition
Sometimes when we submit a quote we may need to reset the cart with clearing all submitted quote fields, So we need to use an event Observer code to remove all items Repos must be added in the observer to get the data
Observer to block qty update in the minicart based on a condition
Here we can implement a observer to block minicart to update qty based on condition firing a event before <event name=”checkout_cart_update_items_before”> Observer code:-
Fetching API response using the CURL function
How to add a placeholder to the field using a layout processor?
We can also give sort order using this way.
How to rearrange the Shipping and Billing Address field on the checkout page?
In JJ\Checkout\Plugin\Checkout\Block\layoutprocessor.php