Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart Smart Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #371  
Old 04-14-2011, 03:08 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
I finally installed the Smart Comments mod that came with Smart Template. I followed the instructions in install.txt (triple checked) but when I try to post a comment, it returns me to the store home page with '?#comments' appended to the URL.
Justin, this appears to be due to the URL rewriting under certain server environments. Are you using x-cart clean URLs, or another URL rewriting mod?

EDIT: We have a fix for this. Anyone experiencing the same, feel free to contact us for updated files.
__________________
xcartmods.co.uk
Reply With Quote
  #372  
Old 04-14-2011, 07:53 AM
 
avast avast is offline
 

Newbie
  
Join Date: Feb 2011
Posts: 5
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by PhilJ
Justin, this appears to be due to the URL rewriting under certain server environments. Are you using x-cart clean URLs, or another URL rewriting mod?

EDIT: We have a fix for this. Anyone experiencing the same, feel free to contact us for updated files.
Yes, x-cart clean URLS
I will contact you via email for files. Thanks!

Update: got the updated files with the fix, which was easy to do and well documented. Big thanks to Phil for quick & effective support!
__________________
4.4.2
Reply With Quote
  #373  
Old 04-14-2011, 03:39 PM
  bullfrog's Avatar 
bullfrog bullfrog is offline
 

eXpert
  
Join Date: Oct 2004
Location: Oregon, USA
Posts: 366
 

Default IE8 image issue using Smart Template 4.4.x

I have two ST 4.4.2 stores running. One has no appearance problems (croakcity.com). The other, bugsnbees.com, looks as it should using Firefox and Chrome, but when viewed using IE8 the left menu bar background images don't appear.

If I replace my edited reddish.css with an unedited reddish.css, there is no change.

The attached image shows the problem. Left, the IE8 view, middle the Firefox/Chrome view, and right the working croakcity.com IE8 view.

Any suggestions on why this is happening or how to resolve? I have not tried it on IE9 (IE9 makes my printer stop working).

http://www.bugsnbees.com/images/ie8_problem.jpg
__________________
Bullfrog ~~~ X-Cart Gold v4.7.2 (2) v4.7.8. ⌠If the road is easy, you're likely going the wrong way.■ ― Terry Goodkind
Reply With Quote
  #374  
Old 04-14-2011, 03:47 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

bullfrog, looks like you're using the CSS3 Rounded Corners

Try this fix
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
bullfrog (04-14-2011)
  #375  
Old 04-15-2011, 04:28 AM
  Ana's Avatar 
Ana Ana is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Hurricane Alley, South Florida USA
Posts: 186
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by candc
I should have stayed in bed today

Anyone using Alteredcart OPC with this template?

If so, any problems, we have an error on the checkout page

Warning: Smarty error: unable to read resource: "modules/Checkout_One/head.tpl" in /home/shop/public_html/include/lib/smarty/Smarty.class.php on line 1093

There does not seem to be a head.tpl

Thanks

I created one when I saw it being called by the script and placed it in the Checkout_One skin directory. Works fine now.

NOTE: A mod might want to move this thread to the relevant Topic
__________________
"Real knowledge is to know the extent of one's ignorance."-- Confucius

X-Cart 4.4.4
MySQL 5.0.92
Apache/2.0.64 (Unix)
PHP 5.3.6
CentOS 5.5

MODS:
Template Mela- Theme XCT010002
Altered Cart- CheckoutOne
BCS Engineering- Back In Stock Notification
X-Cart Mods- Thumbnail Candy
X-Cart Mods-Advanced Shop Closed
Google Site Search
Reply With Quote
  #376  
Old 04-16-2011, 06:22 AM
 
jkwalz108 jkwalz108 is offline
 

Advanced Member
  
Join Date: Jun 2009
Posts: 53
 

Default Re: X-Cart Smart Template v4.4.x

I'm getting an error saying that my shared SSL certificate, which is different than my main domain, is not registered with the template.

Does anyone know a way to fix this? I've emailed Phil but I need to get it fixed ASAP considering I've lost two customers over this already.

**** ON EDIT ****

Phil send me a file to fix it.
__________________
JKW
X-Cart 4.4.2
Reply With Quote
  #377  
Old 04-16-2011, 09:26 AM
  Ana's Avatar 
Ana Ana is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Hurricane Alley, South Florida USA
Posts: 186
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by jkwalz108
I'm getting an error saying that my shared SSL certificate, which is different than my main domain, is not registered with the template.

In your config file, you need to enter the domain name of the SSL certificate and your store needs to be able to function in a directory under that domain.

Two different settings in the config.php for http and https domains... i.e.

$xcart_http_host ="www.yourhost.com";
$xcart_https_host ="www.securedirectories.com/yourhost.com";
$xcart_web_dir ="/xcart";


will result in the following URLs:

http://www.yourhost.com/xcart
https://www.securedirectories.com/yourhost.com/xcart


I think that's how you'll have to do it with the shared SSL. I tried shared SSL and it was a pain, esp over at GoDaddy... where I no longer reside

Ana
__________________
"Real knowledge is to know the extent of one's ignorance."-- Confucius

X-Cart 4.4.4
MySQL 5.0.92
Apache/2.0.64 (Unix)
PHP 5.3.6
CentOS 5.5

MODS:
Template Mela- Theme XCT010002
Altered Cart- CheckoutOne
BCS Engineering- Back In Stock Notification
X-Cart Mods- Thumbnail Candy
X-Cart Mods-Advanced Shop Closed
Google Site Search
Reply With Quote
  #378  
Old 04-16-2011, 09:30 AM
 
jkwalz108 jkwalz108 is offline
 

Advanced Member
  
Join Date: Jun 2009
Posts: 53
 

Default Re: X-Cart Smart Template v4.4.x

Thanks Ana-

This was different. I had the https setting correct in the config file; the issue was that when you buy the rights to the template you are buying it for your domain only- if your certificate is a different domain (as was the case with me) then Phil needs to send you a slight mod to accommodate. He did so in my case within a half hour of my email to him.

Jason

Quote:
Originally Posted by Ana
In your config file, you need to enter the domain name of the SSL certificate and your store needs to be able to function in a directory under that domain.

Two different settings in the config.php for http and https domains... i.e.

http://yourdomain.com/
https://secureddomain/xcartdir/

I think that's how you'll have to do it with the shared SSL. I tried shared SSL and it was a pain, esp over at GoDaddy... where I no longer reside

Ana
__________________
JKW
X-Cart 4.4.2
Reply With Quote
  #379  
Old 04-16-2011, 09:39 AM
  Ana's Avatar 
Ana Ana is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Hurricane Alley, South Florida USA
Posts: 186
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by jkwalz108
Thanks Ana-

This was different. I had the https setting correct in the config file; the issue was that when you buy the rights to the template you are buying it for your domain only- if your certificate is a different domain (as was the case with me) then Phil needs to send you a slight mod to accommodate. He did so in my case within a half hour of my email to him.

Jason



Ohhh, license issue... nevermind LOL

Glad you got it working.

Your edit looked like you were asking Phil to still send you a file- not that it was sent. Phil's lightning customer service at work

Ana
__________________
"Real knowledge is to know the extent of one's ignorance."-- Confucius

X-Cart 4.4.4
MySQL 5.0.92
Apache/2.0.64 (Unix)
PHP 5.3.6
CentOS 5.5

MODS:
Template Mela- Theme XCT010002
Altered Cart- CheckoutOne
BCS Engineering- Back In Stock Notification
X-Cart Mods- Thumbnail Candy
X-Cart Mods-Advanced Shop Closed
Google Site Search
Reply With Quote

The following user thanks Ana for this useful post:
PhilJ (04-16-2011)
  #380  
Old 04-25-2011, 01:30 PM
 
jkwalz108 jkwalz108 is offline
 

Advanced Member
  
Join Date: Jun 2009
Posts: 53
 

Default Re: X-Cart Smart Template v4.4.x

I don't know if this is a general X-Cart issue or a Smart Template issue so I'll just start here.

The problem is that whenever a customer chooses PayPal to pay they click on the "Submit" button at my store, go to PayPal and enter their info, then they are taken back to my store to the exact same looking page as they were at before. At this point they need to click on the "Submit" button to actually palce the order.

The problem is the fact that the before going to PayPal and the after going to PayPal pages are EXACTLY the same. There is language or indication whatsoever that the customer now needs to click on "Submit" again to actually finish placing the order.

I have gotten emails from customers telling me that there is something wrong with my store because it isn't taking their PayPal payment. When they are returned to my store and see the exact same page as when they left they think there is something wrong.

Who know how many just abandon the cart and go elsewhere.

Is this a template issue?

Thanks,

Jason
__________________
JKW
X-Cart 4.4.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:04 PM.

   

 
X-Cart forums © 2001-2020