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
Author « Topic »  

LadyM
ECT Moderator

1691 Posts

Posted - 04/12/2021 :  12:22:47  
We need to change the wording and make it more visible in the customer receipt. We're replacing Digital Download. Should this work?

$GLOBALS['xxDigPro']='<p style="font-weight:bold;color:#FF0000;font-size:16px">YOUR PACKET DOWNLOAD</p>';

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 04/13/2021 :  00:49:21  
Hi Marion,

There shouldn't be any need to add any styling.

Try adding this in your vsadmin/includes.php file

$GLOBALS['xxDlPro']='YOUR PACKET DOWNLOAD';



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

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

LadyM
ECT Moderator

1691 Posts

Posted - 04/13/2021 :  07:32:58  
HI Phil,

That was what I did already but we want to change the color as people are calling because they didn't get their download. We're trying to make it more prominent. (Still can't make them read but it might help.) That's why I was trying to change the color and make it bold.

dbdave
ECT Moderator

USA
10276 Posts

Posted - 04/13/2021 :  08:39:09  
Hi LadyM, There should already be a class assigned to that though.
You can right click in your browser and select "inspect" to see the class.
Then just add the styling to your css file.

I don't use the digital download, so I can't check it on my site, but I expect there is already a class for that.

David

LadyM
ECT Moderator

1691 Posts

Posted - 04/13/2021 :  08:42:15  
This is on the customer receipt Dave. Can't inspect it. I'll get it figured out.

dbdave
ECT Moderator

USA
10276 Posts

Posted - 04/13/2021 :  11:05:13  
Then try like this...

$GLOBALS['xxDlPro']='<span class="dltxt">YOUR PACKET DOWNLOAD</span>';


Then in your css file
span.dltxt {
font-weight:bold;
color:#FF0000;
font-size:16px;
}

See if that works...

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