Categories: How ToMagento 2

How to Redirect to Previous Page URL in Magento 2

Working with client’s projects get us through lots of new challenges, requirements, implementations and ultimately outperform for the successful project completion. Recently working with such a client, we got a requirement to redirect customers to the previous page from one page checkout. For implementation, we develop custom code which helped to fulfill the requirement.

Custom code to Redirect to Previous Page URL in Magento 2

jQuery("[selector]").click(function(e) {
 
 
 window.location.href = '';

});

If you find such an requirement ever to redirect customers to previous page URL, above code will definitely help you. Let me know in which case you implemented the solution above or give me a holler if need any assistance. I really wish to have feedback and suggestions in my comment section.

Click to rate this post!
[Total: 13 Average: 3.6]
Dhiren Vasoya

Dhiren Vasoya is a Director and Co-founder at MageComp, Passionate ?️ Certified Magento Developer?‍?. He has more than 9 years of experience in Magento Development and completed 850+ projects to solve the most important E-commerce challenges. He is fond❤️ of coding and if he is not busy developing then you can find him at the cricket ground, hitting boundaries.?

Recent Posts

How to Integrate and Use MongoDB with Laravel?

MongoDB is a popular NoSQL database that offers flexibility and scalability when handling modern web…

15 hours ago

NodeJS | Callback Function

In NodeJS, callbacks empower developers to execute asynchronous operations like reading files, handling requests, and…

1 day ago

How to Show SKU in Order Summary in Magento 2?

Hello Magento Friends, In today’s blog, we will learn How to Show SKU in Order…

3 days ago

Best Colors to Use for CTA Buttons

The "Buy Now" and "Add to Cart" buttons serve as the primary call-to-action (CTA) elements…

5 days ago

Magento 2: How to Save Custom Field Value to quote_address for Multi-Shipping Orders

Hello Magento Friends, In Magento 2, the checkout process allows customers to choose multiple shipping…

6 days ago

Best Beginners Guide to Shopify Balance Account

If you are a Shopify admin, using a Shopify Balance Account for your business revenue…

6 days ago