Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

velex
New Member

USA
71 Posts

Pre-sales questions only
(More Details...)

Posted - 12/19/2022 :  17:41:02  
Mr. Vince

Good, morning

This is all in wordpress

1-Can we remove link from the product page, proddetail page, categories page,

2-when you click on proddetail and you click on the review tab you get a message to enable $useaskquestion=TRUE; but it dost not work

3-In the proddetail page the PRODUCT REVIEWS, the No Review For This Product, and the Product Description name needs to be moved towards the inside a little bit.


roberto

Edited by - velex on 12/20/2022 04:13:10

Vince
Administrator

42815 Posts

Posted - 12/20/2022 :  09:11:52  
Hi Roberto
1. I think you mean the "Checkout" link and to do that, add this as Custom CSS...

div.catnavcheckout {
display: none;
}

2. Because you have the WordPress version all parameters have to be "GLOBALS" so you would need to add this to your includes.php file instead...
$GLOBALS['useaskquestion']=TRUE;

3.

div.reviews {
margin: 5px 50px;
}

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

velex
New Member

USA
71 Posts

Pre-sales questions only
(More Details...)

Posted - 12/20/2022 :  09:33:17  
Mr. Vince

I think what I meant to say is to remove .. If you go to product page

remove Home >> All Products from all the page



roberto

Edited by - velex on 12/20/2022 15:05:40

dbdave
ECT Moderator

USA
10444 Posts

Posted - 12/20/2022 :  18:53:48  
Hi, in that case, try

div.catnavigation {
display: none;
}

David

Phil
ECT Moderator

United Kingdom
7696 Posts

Posted - 12/21/2022 :  01:01:21  
Or you could add this line to your vsadmin/includes.php
$GLOBALS['showcategories']=FALSE;



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

velex
New Member

USA
71 Posts

Pre-sales questions only
(More Details...)

Posted - 12/21/2022 :  10:09:02  
Thank you evething work

roberto
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000