![]() |
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. |
Open up the site in Webmaster Mode and it will point you to the correct templates :)
|
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?
|
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! |
Post a screenshot or url of what you are talking about.
|
Here is the issue:
www.mountainhideout.com/issue.htm |
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. |
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? |
Yea, change the https location in config.php
|
where is that?
|
nevermind, i found config.php, but i cant find the productpriceconverting.
|
Then just go into product.tpl and change the class to whatever you want for the price.
|
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. |
Works fine for me....
|
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? |
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Б─². |
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 :)
|
i dont have https:// support so my host is checking on it now. any suggestions?
|
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.
|
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? |
get rid of the https:// in the https host field and make sure Paypal is turned off.
|
im sorry but where do you turn paypal off?
|
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?!?!?!? |
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.