rdarchives Posted March 20, 2023 Share Posted March 20, 2023 Hi, I'm trying to make a new rental page for my archive clothing business. The link above is the test page I've made password is 12345. I'll explain what I'm trying to do as I have hit a few roadblocks and would be very happy if someone can help me out! I want the new section to be set up like the web shop i already have but with a separate add to cart feature that instead of bringing you to a check out payment screen, it send you to an email form where you can request all of the items that you would like to rent. I've been able to set up the new hidden page with the form instead of check out but i want to be able to have multiple items in the form not just one individual item. I've noticed that whatever I do to either "e-commerce" type page (ie. Shop and Hidden "." page) it will change the format on both. Is it possible to have the two pages work differently? For example I would like to have the prices on the items in my shop, but for rental i do not need to have the prices of each item included. I hope someone here can help me with these issues, please let me know if you need any additional information or if this is the wrong thread to be posting in. Thanks! Link to comment
tuanphan Posted March 25, 2023 Share Posted March 25, 2023 Hi, What is page url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rdarchives Posted March 28, 2023 Author Share Posted March 28, 2023 On 3/25/2023 at 1:33 AM, tuanphan said: Hi, What is page url? rdarchives.xyz Link to comment
rdarchives Posted March 28, 2023 Author Share Posted March 28, 2023 On 3/25/2023 at 1:33 AM, tuanphan said: Hi, What is page url? this is the page ive been testing the formate on an got as far as i could with changing the add to cart function to email form, but i want to be able to email form for multiple options not just each individually https://www.rdarchives.xyz/testing password 12345 Link to comment
tuanphan Posted April 2, 2023 Share Posted April 2, 2023 I've noticed that whatever I do to either "e-commerce" type page (ie. Shop and Hidden "." page) it will change the format on both. Is it possible to have the two pages work differently? For example I would like to have the prices on the items in my shop, but for rental i do not need to have the prices of each item included. To hide product price on Testing Page, you can add this code to Testing Page Header (Do not add to Custom CSS box) <style> .product-price { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rdarchives Posted April 5, 2023 Author Share Posted April 5, 2023 On 4/2/2023 at 3:10 AM, tuanphan said: I've noticed that whatever I do to either "e-commerce" type page (ie. Shop and Hidden "." page) it will change the format on both. Is it possible to have the two pages work differently? For example I would like to have the prices on the items in my shop, but for rental i do not need to have the prices of each item included. To hide product price on Testing Page, you can add this code to Testing Page Header (Do not add to Custom CSS box) <style> .product-price { display: none !important; } </style> ok thanks i will try that now, is there any code i can do to make the hidden page have a cart that leads to email form rather than an actual checkout page? Link to comment
tuanphan Posted April 8, 2023 Share Posted April 8, 2023 On 4/6/2023 at 4:40 AM, rdarchives said: ok thanks i will try that now, is there any code i can do to make the hidden page have a cart that leads to email form rather than an actual checkout page? Yes. Possible. You can add a Form to Additional Info, we can give code to replace add to cart with form. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rdarchives Posted April 12, 2023 Author Share Posted April 12, 2023 On 4/7/2023 at 7:36 PM, tuanphan said: Yes. Possible. You can add a Form to Additional Info, we can give code to replace add to cart with form. I've gotten that far with replacing the add to cart with a form, but after the form it still goes to a checkout screen with pricing. Link to comment
tuanphan Posted April 15, 2023 Share Posted April 15, 2023 On 4/12/2023 at 9:01 AM, rdarchives said: I've gotten that far with replacing the add to cart with a form, but after the form it still goes to a checkout screen with pricing. I meant add a Form Block in Additional Info, not Product Custom Form Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment