On the configuration page, I define the product id, now I need to call the url: http://localhost: 3000/custompoint/secret/addprizeproduct in the browser and add this product to the cart – this is necessary so that if a prize product is defined on the site, the user can click on the link and add item to cart. How i can you make this in Magento 2?
You may also like
Learn the different ways Flutter and React Native approach mobile development, and which is best suited for your next project. Continue reading […]
I installed magento 2.4.3-p1. Everything goes good , backend working frontend is working fine but there is an issue. I am able […]
WireMock is a tool for mocking HTTP-based APIs that runs in the unit tests, on the desktop, or in the test environment. […]
Given two strings s1 and s2, The task is to convert s1 into a palindrome such that s1 contains s2 as a […]