WebSite X5Help Center

 
Derek K.
Derek K.
User

Shopping cart help  en

Autor: Derek K.
Visited 900, Followers 1, Udostępniony 0  

I am using a shopping cart which I only want to use as a catalogue. In other words people can view the products but not buy via the cart as we have a bespoke order form that customer have to use. I have hidden the cart icon on the main view but when you click on the product for more info the cart icon is still there. How can I switch this off so that the customer has no way of going to the shopping cart.

Thanks

Posted on the
6 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca DENajlepszy Użytkownik miesiąca EN

A blog for the products would also be possible, or are functions missing there?

Czytaj więcej
Posted on the from Daniel W.
Derek K.
Derek K.
User
Autor

No, I am looking for code that will redirect to another page on the website when someone clicks on the shoping cart icon. I do not want  the customer to go to the shopping cart. I have experimented with some code I found but it did not work.

Czytaj więcej
Posted on the from Derek K.
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca DENajlepszy Użytkownik miesiąca EN

That should work with code in the .htaccess file, e.g.:

------ Addition of the .htaccess file -----

Redirect 301 /old-url.html https://www.example.org/new-url.html

------

Czytaj więcej
Posted on the from Daniel W.
Derek K.
Derek K.
User
Autor

Thanks I will give it a go

Czytaj więcej
Posted on the from Derek K.
Daniel W.
Daniel W.
User
Najlepszy Użytkownik miesiąca DENajlepszy Użytkownik miesiąca EN

I've tried it now with a test shop, but it didn't work.

I have tried several times with different codes for the .htaccess file from the Internet and also with different path variants, actually the correct path should have been there, but it didn't work.

There must be an error somewhere, but I can't find it, so I can't post working sample code.

Maybe the moderators can test it and post the code for the .htaccess file.

Czytaj więcej
Posted on the from Daniel W.
Derek K.
Derek K.
User
Autor

Have solved the problem using html redirect <meta http-equiv="Refresh" content="0; url='https://arcstrading.co.uk/new page to go to.html'" />

Czytaj więcej
Posted on the from Derek K.