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 »  

John Nolan
Advanced Member

Canada
409 Posts

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

Posted - 09/20/2019 :  09:22:24  
My thanks page as gone a bit...weird.

The words "Billing Address" appear as a sort of heading preceding all the other fields, in a larger size. I don't recall noticing that text there at all before. Can I suppress it?

If not, I suppose I can CSS to be less prominent.



Edited by - John Nolan on 09/20/2019 09:23:30

John Nolan
Advanced Member

Canada
409 Posts

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

Posted - 09/20/2019 :  09:27:20  
Second question:
How do I add a screenshot to my post? I see how to add img tags, but can I upload an image, or should I link to it from my site?

dbdave
ECT Moderator

USA
10507 Posts

Posted - 09/20/2019 :  11:04:28  
Hi John, a link would help us take a look.
To display an image here on the forum, it needs to be hosted somewhere online, and you display it by wrapping in the img tags.
(without the spaces) [i m g]http://www.somesite.com/images/someimage.jpg[/i m g]

If something seems out of place, you may have an unclosed </div> or some other html tag in the code somewhere.

John Nolan
Advanced Member

Canada
409 Posts

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

Posted - 09/20/2019 :  11:18:29  
Right.
My store is [url]https://www.ragandbone.ca/boxoffice/products.php[/url]
But you can't see the issue until you make a purchase. If you purchase using the email payment option, you can see it. If you do so, please put test in one of the name fields!

Here's a screenshot:
[img]http://www.ragandbone.ca/Images/ScreenShot-2019-09-20.png[/img]

dbdave
ECT Moderator

USA
10507 Posts

Posted - 09/20/2019 :  12:16:06  
Hi, based on that image, I think it looks correct and maybe you never noticed it.
The text "Billing Address" can be changed based on an entry in the languagefile.
$GLOBALS['xxBilAdd']='Billing Address';

You could change that, or remove it with an entry in your includes file.
edit the text
$GLOBALS['xxBilAdd']='Your Address';

OR
$GLOBALS['xxBilAdd']='';
should remove it.

One problem though may be that your checkout is affected. Or anywhere that the "Billing address" text might show.
So if that's a problem, you should be able to open your thanks.php page and put the entry there.
Just before <?php include "vsadmin/inc/incthanks.php" ?>
try - <?php $GLOBALS['xxBilAdd']=''; ?>

so it's like this
<?php $GLOBALS['xxBilAdd']=''; ?>
<?php include "vsadmin/inc/incthanks.php" ?>

dbdave
ECT Moderator

USA
10507 Posts

Posted - 09/20/2019 :  12:21:13  
I did place a text order on my dev site and I see the css class for the div containing that text it's - div.receiptsectionhead

so in your css file, you might try
div.receiptsectionhead {display:none;}

Although the same as the languagefile change, you need to text for knock on effects elsewhere on the site, or add that css to the head of the thanks.php file only.

Thanks,
David

John Nolan
Advanced Member

Canada
409 Posts

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

Posted - 09/20/2019 :  12:56:39  
Thanks for all that!
  « 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