accessing checkout/confirm from landing page
Posted: Thu Feb 11, 2021 9:19 pm
Hi guys , good morning ,evening .
first of all excuse me for my bad syntax , i am not a native speaker of English .
i have developed a landing page that have a product page , infos and under it i made a form for quick order to customers who came from ads to one product
everything is ok and in browser it work just fine , the issue appears when opening the landing page from a third party browser , ex snapcaht preview
the data are not saved in cookies for some reason ..
means , it redirect the customer to checkout/success without passing any infos of his data to my php controller for some reason
i looked up a lot of topics on cookies but i couldn't solve it
none of the data i saved after redirecting from the page www.site.com/ads/laning.html to www.site.com/checkout/success
but when i use it in my browser ( phone or desktop ) directly it work just fine
when first load the page i call the function of cart/add and i pass the product data , then on click on button i do
i use opencart 3.0.3.6
thanks a lot
first of all excuse me for my bad syntax , i am not a native speaker of English .
i have developed a landing page that have a product page , infos and under it i made a form for quick order to customers who came from ads to one product
everything is ok and in browser it work just fine , the issue appears when opening the landing page from a third party browser , ex snapcaht preview
the data are not saved in cookies for some reason ..
means , it redirect the customer to checkout/success without passing any infos of his data to my php controller for some reason
i looked up a lot of topics on cookies but i couldn't solve it
none of the data i saved after redirecting from the page www.site.com/ads/laning.html to www.site.com/checkout/success
but when i use it in my browser ( phone or desktop ) directly it work just fine
when first load the page i call the function of cart/add and i pass the product data , then on click on button i do
i use opencart 3.0.3.6
thanks a lot