X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Where to change this? (https://forum.x-cart.com/showthread.php?t=15828)

philipcox 08-10-2005 02:59 PM

Where to change this?
 
I only have a couple more issues with the three browsers.

In all three (IE, Safari, Firefox) the text "Featured Products", the product name text, etc. is not what it needs to be. Which .tpl file can I add a CSS tag too to make it a different color. If I change the skin1.css file it only reflects in Safari.

In Firefox the Buy Now button is missing the middle color. It is a solid button in the other two.

Thanks.

balinor 08-15-2005 03:35 AM

Open up the site in Webmaster Mode and it will point you to the correct templates :)

balinor 08-19-2005 11:04 AM

Philip...please don't double post, I have removed your second post relating to this project. If you want to bump the thread, just add a post to it. Have you followed my advice and opened the site in webmaster mode to find the correct template and class?

philipcox 08-19-2005 11:15 AM

I am sorry for the double post. Yes I have opened up Webmaster Mode but I cannot seem to track down where to change this. Can you please help me? After this change I should have a completed site.
Thanks!

balinor 08-19-2005 11:18 AM

Post a screenshot or url of what you are talking about.

philipcox 08-19-2005 01:00 PM

Here is the issue:
www.mountainhideout.com/issue.htm

balinor 08-19-2005 01:03 PM

The title and the box are both dialog.tpl. The title is controlled by DialogTitle and the box itself is DialogBox and DialogBorder. Be sure you haven't broken that template somehow.

The product price is controlled by ProductPriceConverting.

philipcox 08-19-2005 01:12 PM

thank you I will check that!

One more thing, whenever I go to add an item to the cart it sends me to my preview url: www.server5.alwayswebhosting.com/........
I end up getting an popup error message stating that the connection to www.server5.alwayswebhosting.com has terminated...etc.

Do I need to change a config file somewhere since it is now on the actual domain of www.mountainhideout.com now and not the preview URL?

balinor 08-19-2005 01:14 PM

Yea, change the https location in config.php

philipcox 08-19-2005 01:20 PM

where is that?

philipcox 08-19-2005 01:36 PM

nevermind, i found config.php, but i cant find the productpriceconverting.

balinor 08-19-2005 01:37 PM

Then just go into product.tpl and change the class to whatever you want for the price.

philipcox 08-19-2005 01:46 PM

i made this change in the config.php file:

$xcart_http_host ="www.mountainhideout.com";
$xcart_https_host ="www.mountainhideout.com";
$xcart_web_dir ="/store";

but I still get this error:

"The connection to www.mountainhideout.com has terminated unexpectedly. Some data may not have been transferred.

balinor 08-19-2005 02:09 PM

Works fine for me....

philipcox 08-19-2005 02:12 PM

the popup error comes up after you are registered/logged in and choose a payment type (Credit Card, Phone, or Gift Certificate) and then press the "checkout" button.

Can you double check that?

philipcox 08-19-2005 02:15 PM

Here is the error I get in Safari:

Safari canБ─≥t open the page Б─°https://www.mountainhideout.com/store/cart.php?paymentid=17&mode=checkout&xid=12c3900d3e c349e82fee61b1c2a7314fБ─² because it couldnБ─≥t establish a secure connection to the server Б─°www.mountainhideout.comБ─².

balinor 08-19-2005 02:18 PM

Ah, it appears as though you don't have your https and http directories symlinked. Right now, if you go to https://www.mountainhideout.com you get nothing, because there is probably nothing in the https directory. Ask your host to symlink your http and https directories, or if you run your own server, you probably know how to do that :)

philipcox 08-19-2005 02:25 PM

i dont have https:// support so my host is checking on it now. any suggestions?

balinor 08-19-2005 02:27 PM

You need https:// support or else your customers are going to be sending their CC info over an unsecured connection. If your host doesn't offer it, time to change hosts, as this is an essential piece of your store.

philipcox 08-19-2005 05:30 PM

i now have https:// support on my server and this is now in my config.php file:

$xcart_http_host ="www.mountainhideout.com";
$xcart_https_host ="https://server5.sslpage.com/mountain/";
$xcart_web_dir ="/store";

but now when I click the type of payment (credit card) and click the checkout button it redirects to www.paypal.com!

WHY would it do this?

balinor 08-19-2005 05:38 PM

get rid of the https:// in the https host field and make sure Paypal is turned off.

philipcox 08-19-2005 05:59 PM

im sorry but where do you turn paypal off?

philipcox 08-19-2005 06:05 PM

If I take the s out of https:// and leave this:
$xcart_http_host ="www.mountainhideout.com";
$xcart_http_host ="https://server5.sslpage.com/mountain/store";
$xcart_web_dir ="/store";

it messes up the admin section?!?!?!?

balinor 08-19-2005 06:48 PM

That's not what I meant. This is the way it should look:


$xcart_http_host ="www.mountainhideout.com";
$xcart_https_host ="server5.sslpage.com/mountain/";
$xcart_web_dir ="/store";


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

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