Remove shopping cart and replace add to cart button
Answered
Hi! Is there a way I could remove the shopping cart and from the site? I also like would like to change the "added to cart" button on the product (as seen below in attached picture) to a request quote button instead? For this type of local business, we would like to drive traffic through a contact form to work with the business owner personally instead of taking online sales. This works best for our area.
If this request is possible, I would like to make the changes myself through WordPress/elementor. I just wasn't sure where to get started exactly since this originated with the template. Thanks in Advance!
Files:
Product Page Ad...
Product Page: You can navigate to the IO plugin and then shortcoder. open the one on the bottom that says (io_rental). There you'll see a bunch of code. Search for "add to cart" Then you can change the highlighted text to "request a quote" or "add to quote" (as some customers may get more than one and the first option will feel like they won't get to add anything else.
Before the "add to cart" section, you can find the text that says FA FAS-TRUCk and delete it to get rid of the cart image.
Floating Cart Removal: As for the first part, I assume you want to get rid of the cart at the top of site in the header. IF it's IO's floating cart you can navigate to the customizer in Wordpress then custom CSS and add the below:
.io_cart {display:none;}
Since I can't see the site, I'm not 100% on the cart but I'm pretty confident.
Product Page: You can navigate to the IO plugin and then shortcoder. open the one on the bottom that says (io_rental). There you'll see a bunch of code. Search for "add to cart" Then you can change the highlighted text to "request a quote" or "add to quote" (as some customers may get more than one and the first option will feel like they won't get to add anything else.
Before the "add to cart" section, you can find the text that says FA FAS-TRUCk and delete it to get rid of the cart image.
Floating Cart Removal: As for the first part, I assume you want to get rid of the cart at the top of site in the header. IF it's IO's floating cart you can navigate to the customizer in Wordpress then custom CSS and add the below:
.io_cart {display:none;}
Since I can't see the site, I'm not 100% on the cart but I'm pretty confident.
Hey Samuel. I made some changes to your site based on your requests I hope they work. First I made it so the "purchase Inquiry" button no longer adds the item to the cart on the item pages. Next I made it so the add to cart buttons are hidden on the category pages so they can no longer add to cart from category pages. Lastly there was redirect that was redirecting your contact page to a page no longer existed. I removed that redirect, and you may need to clear your cookies from the site to see the contact page.
Currently it using your contact form page template found in pages/templates in IO. Hope this helps you out!
Hey Samuel. I made some changes to your site based on your requests I hope they work. First I made it so the "purchase Inquiry" button no longer adds the item to the cart on the item pages. Next I made it so the add to cart buttons are hidden on the category pages so they can no longer add to cart from category pages. Lastly there was redirect that was redirecting your contact page to a page no longer existed. I removed that redirect, and you may need to clear your cookies from the site to see the contact page.
Currently it using your contact form page template found in pages/templates in IO. Hope this helps you out!
Hi Samuel. I added a css rule to your site that hides that hides the Set Event Date button on category pages. Let us know if there are any cases where you notice this button being visible on category pages, or any type of page.
Hi Samuel. I added a css rule to your site that hides that hides the Set Event Date button on category pages. Let us know if there are any cases where you notice this button being visible on category pages, or any type of page.
Replies have been locked on this page!