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

NEW xcart template - xtreme Gear

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #101  
Old 10-10-2013, 07:07 PM
 
Jerry S Jerry S is offline
 

Newbie
  
Join Date: Jan 2007
Posts: 1
 

Default Re: NEW xcart template - xtreme Gear

How do I get the latest version?
Reply With Quote
  #102  
Old 10-11-2013, 03:38 AM
 
Will Hayes Will Hayes is offline
 

eXpert
  
Join Date: Apr 2007
Location: Waterford, Ireland
Posts: 206
 

Default Re: NEW xcart template - xtreme Gear

Hi Jerry,

If you log into your account here:
http://www.thexcartstore.com/myaccount.php

then go to "My Licenses" - from here you can download each of the products you have purchase. Also from here you can select your orderID and change the domain name, x-cart version currently assigned to any of the products you have purchased.
I hope that helps?

regards
Will
__________________
The xCart Store.com - Professional x-cart modules and x-cart templates
xMenus, Predictive Search, xBanners2, Busy Kitchen, xtreme Gear, Modern Living, xMobile - Smartphone template & Responsive x-cart template

x-cart 3.x.x
x-cart 4.x.x
Reply With Quote
  #103  
Old 10-11-2013, 08:38 AM
 
jcrim jcrim is offline
 

Newbie
  
Join Date: Jun 2003
Posts: 9
 

Thumbs up Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by Will Hayes
Hi Guys,

Just letting you know... this update to xBanners is on our list - we plan to tackle it this week and provide a fix.

regards
Will.


Guys,

The SSL redirection issue where standard HTTP (clear-text) calls through the use of Banner and Images were being done in HTTPS mode is now resolved. I have worked with Max @ TXS Support to incorporate the changes, test and validate with 100% success.

This means, that the xTreme Gear template will stay in HTTPS mode the entire time thus allowing your SSL Certificate and EV Greenbar to stay consistent in the Browser which will provide enhance security and ensure your customers a more positive shopping experience.

I would recommend you log-in your TXS Account to grab the latest code and/or reach out the TXS Support to obtain the latest xTreme Gear Template to update your site.

-Jesse C.

Please Note: I would recommend you reference your Images links with Relative Path (i.e. images/businesslogo.jpg) as oppose to Absolute Paths when using images in the xTreme Gear > Footer Area, Promotional Messages, or in images in the xMenus. This tidbit will save you time and help maintain the latest code changes to support true HTTPS Mode for the Template
Reply With Quote

The following user thanks jcrim for this useful post:
totaltec (10-11-2013)
  #104  
Old 10-28-2013, 11:49 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: NEW xcart template - xtreme Gear

it seems still no lockpad if click the register.php after installed the latest version, also the option of converting to xbanner to control the home page banner in Images & Banners section is gone, now only show the default banner of xtream gear, please advise, thanks

albert
__________________
X-Cart Gold 4.6
Reply With Quote
  #105  
Old 10-28-2013, 11:50 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: NEW xcart template - xtreme Gear

unless i clicked sign in, then go to https, if just click register, still not direct to https.
__________________
X-Cart Gold 4.6
Reply With Quote
  #106  
Old 11-19-2013, 05:09 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default Re: NEW xcart template - xtreme Gear

Back in post #95 I managed to get all xbanners displaying in secure mode - brilliant! BUT since then I have set the XtremeGear template to use xBanners to manage the banners with the result images are no longer secure on https pages.

Has anyone a fix for this please?
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote
  #107  
Old 11-19-2013, 06:48 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by DavyMac
images are no longer secure on https pages.

Has anyone a fix for this please?


1) exclude xBanners on secure pages
2) hard code banners for secure pages

I don't know about your store, but my only secure pages are checkout/payment -- and I have an ENTIRELY different header and no top navigation in checkout and payment.

I turned https off for contact us...

Obviously, your needs may be more complex than mine.

J
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #108  
Old 11-19-2013, 07:35 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by carpeperdiem
1) exclude xBanners on secure pages

2) hard code banners for secure pages

I don't know about your store, but my only secure pages are checkout/payment -- and I have an ENTIRELY different header and no top navigation in checkout and payment.

I turned https off for contact us...

Obviously, your needs may be more complex than mine.

J
I may well adopt your approach too, although I would maintain register.php as a secure page so that customers feel their username and password are "protected".

I'll have a go at parsing txs's variables so that I can replace the protocol method but within /skin/common_files/modules/TXS_Xtreme_Gear/xb_connector.tpl the html I need to parse is beyond my smarty skills:
$tpl_xbanners_code.$txs_pos contains "txs_xb_pos_101" and $txs_xb_pos_101 contains the html " <div class="xb_gallery " id="txs_xb...etc" but I don't know how to use $tpl_xbanners_code.$txs_pos to get to $txs_xb_pos_101.

If only I could say:
{$"{$tpl_xbanners_code.$txs_pos}" = $"{$tpl_xbanners_code.$txs_pos}"|replace:'http: //cdn':'https://www'}

...but I can't
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote
  #109  
Old 11-19-2013, 07:40 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by DavyMac
I may well adopt your approach too, although I would maintain register.php as a secure page so that customers feel their username and password are "protected".

my bad... yes, of course, register.php is https and I trap for https with a static banner (no xbanners on register pages, only the header)
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #110  
Old 11-19-2013, 07:41 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

PS -- I blew out all of the TXS code in the header and went static... I think I documented it in this thread?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 04:13 AM.

   

 
X-Cart forums © 2001-2020