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 »  

Jennye
Ecommerce Template Expert

USA
752 Posts

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

Posted - 09/30/2017 :  09:24:20  
How do I remove this from the checkout page? We have another area for our customers to sign-up and don't want this to appear on the checkout page. I apologize if this is a duplicate post.

Jennye

Andy
ECT Moderator

95440 Posts

Posted - 09/30/2017 :  09:30:07  
Hi Jennye

You'll need this includes.php

$nomailinglist=TRUE

Andy

Please feel free to review / rate our software

Jennye
Ecommerce Template Expert

USA
752 Posts

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

Posted - 09/30/2017 :  09:34:04  
I opened the Notepad++, made the entry, published, held my breath and waited. It worked, perfectly! You da best!

Jennye

Jennye
Ecommerce Template Expert

USA
752 Posts

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

Posted - 10/11/2017 :  10:37:06  
On the account login page, there is a section that says

Allow Promotional Emails - we will never divulge, etc.

There is also a little check box but it's grayed out, I assume because we have no mailing list in the includes file.

How do I remove this verbiage from the Account Details Page?

Jennye

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 10/11/2017 :  11:43:55  
Hi Jennye, to remove completely from customer account you will need to do the following

To remove the text add this to the vsadmin/includes
$GLOBALS['xxAlPrEm']='';
$GLOBALS['xxNevDiv']='';

To remove the check box look in ectcart.css for the following class and add display none like in the example below

div.ectdivright input[type=checkbox]{
width:10px;
display:none;
}

div.ectdivleft input[type=checkbox]{
width:10px;
display:none;
}




Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

Jennye
Ecommerce Template Expert

USA
752 Posts

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

Posted - 10/11/2017 :  12:07:33  
That did it! When I apply updaters again though, won't it replace the entries I just made to the ectcart.css file?

Jennye

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 10/11/2017 :  12:11:10  
Hi since ectcart has to be updated then yes it would overwrite those changes, you'll need to make a note to add it back to the new style sheet.

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

Jennye
Ecommerce Template Expert

USA
752 Posts

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

Posted - 10/11/2017 :  12:29:34  
done and done. Thank you so much!

Jennye
  « 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