X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   A simple fix to pretty the checkout up a little (https://forum.x-cart.com/showthread.php?t=22197)

kube 03-25-2008 10:06 AM

Re: A simple fix to pretty the checkout up a little
 
try this post as mentioned a few posts ago http://forum.x-cart.com/showpost.php?p=201044&postcount=119

tamicampos 03-25-2008 11:54 AM

Re: A simple fix to pretty the checkout up a little
 
Thank you so much. Of course, I found it right after I posted it.

MrBungle 06-07-2008 05:20 AM

Re: A simple fix to pretty the checkout up a little
 
Images don't show... Bummer...

limey66 10-28-2008 04:30 AM

Re: A simple fix to pretty the checkout up a little
 
I am trying to implement this and got down to step 3 install these 4 images but there is nothing showing??? Step 3 is blank... Where can I find these images?

limey66 10-28-2008 04:34 AM

Re: A simple fix to pretty the checkout up a little
 
Okay I checked back through the postings and found a link to follow:

They are here...

http://forum.x-cart.com/showpost.php...&postcount=119

nortonz 11-23-2008 12:11 PM

Re: A simple fix to pretty the checkout up a little
 
Ok I have read this post twice now, and still having no luck in getting the Credit Card gifs to show up on the payment field. All I get is the Text it self.

I replaced this line
require "./auth.php"; with

define('USE_TRUSTED_POST_VARIABLES',1);
$trusted_post_variables = array("posted_data");
require "./auth.php";

in the file "admin/payment_methods.php"

Then I added this line to my "payment methods/ Special instructions box

[img]../xcart/skin1/images/payment_visa.gif[/img]

all by its self. All I get on the payment page is
"[img]../yourlocation/skin1/images/payment_xxxx.gif[/img]"

What am I doing wrong? Is it different on Xcart 4.19?

Any help would be great. I would like to use these same images in the Welcome Text on the Front page too. Thanks

Michael

Edit:
Ok I got it to work, but I had to change the code a bit. I changes this.
[img]../yourlocation/skin1/images/payment_xxxx.gif[/img]

To this
<img src='/yourlocation/skin1/images/payment_xxxx.gif' /img>

After I did this it all worked great. Also get it om my Front page Welcome Screen the same way.

Haven't tried the mod to pretty up the checkout page.

Nortonz

a1deano 02-28-2009 12:51 PM

Re: A simple fix to pretty the checkout up a little
 
does anyone know if this will work on v4.2

JWait 02-28-2009 03:25 PM

Re: A simple fix to pretty the checkout up a little
 
Fast Lane Checkout does the same thing for those versions that have it, and 4.2 has it. This mod is for people that are using 4.0.x versions of x-cart.


All times are GMT -8. The time now is 11:53 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.