Products Disappeared - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Products Disappeared

DC

David Collado

EasyStore 1 year ago

Is there a template or page we can upload to get the original easystore products page since it went missing? I would like for it to look like the default when I installed it please.

Also products with variants at the products list page "QUICK ADD" does nothing and I wish for it to be removed.

http://216.172.171.68/~fdnypipesanddrum/index.php/store

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143106

Hi

Thanks for contacting us. Could you please give me a screenshot of that portion which you want to remove?

-Regards.

0
DC
David Collado
Accepted Answer
1 year ago #143236

https://www.fdnypipesanddrums.net/store/challenge-coin

anything with reviews on the page at the top and the bottom

also remove add to wishlist

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143281

Hi

Do you want to remove this portion? https://prnt.sc/5xpkEmvJLsyr Then use this custom CSS

.easystore-ratings-container {
    display: none;
}

And also this portion? https://prnt.sc/fGlaO7H6RS83 Then use this custom CSS

.easystore-review-container{
    display: none;
}

And for removing add to wishlist please use this custom CSS

button.btn.btn-outline-secondary.easystore-btn-add-to-wishlist{
   display: none;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0