X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Adapt Template (https://forum.x-cart.com/showthread.php?t=64553)

PhilJ 02-08-2013 09:04 PM

Re: X-Cart Adapt Template
 
Hi Steve, it's the same for CDSEO, try this...

In skin/adapt/js/adapt_custom.js

In line 6...

Quote:

path: 'skin/adapt/css/grid/',

Put the full path to your store, eg.

Quote:

path: 'http://www.yourstore.com/skin/adapt/css/grid/',

cflsystems 02-08-2013 09:28 PM

Re: X-Cart Adapt Template
 
Yes I had the same with cdseo on another cart yesterday, that's why I said it could be bug with XC.Just thought I'll post in here as I know you monitor it and provided solution will benefit everyone using it. The problem I see with the absolute path is that is absolute and any change in it will again be a problem, hard to see or find. It may worth filing a bug report with QT maybe

qwerty 02-09-2013 02:54 AM

Re: X-Cart Adapt Template
 
hi phil i no your busy but can you reply to a support ticket i have waiting thanks
ID: 1HZL6S3XVP

censusadv88 02-14-2013 05:03 PM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by PhilJ
Hi censusadv88, I've replied your ticket.


Thanks Phil! Definitely one to save the day with your expert replies. Best X-Cart template ever.

PhilJ 02-19-2013 04:32 AM

Re: X-Cart Adapt Template
 
Re. X-Cart v4.5.5, there's a an extra field in the config table, so for the SQL patch, you just to add it on to each xcart_config entry line, eg.

Replace...

Quote:

REPLACE INTO xcart_config VALUES ('adapt_sep_1','<span style=\"color:red;font-size:20px;\">Theme Options</span>','','Adapt',100,'separator','','','');

With

Quote:

REPLACE INTO xcart_config VALUES ('adapt_sep_1','<span style=\"color:red;font-size:20px;\">Theme Options</span>','','Adapt',100,'separator','','','','');

If anyone wants the new v455 patch, just get in touch.

Also in v455, they took out the ability to use PHP tags in Smarty (security reasons?). If you want that back...

include/templater/templater.php

Replace...

Quote:

'PHP_TAGS' => false,

With...

Quote:

'PHP_TAGS' => true,

I think there's other smarty modifiers disabled in v455, keep an eye on your error logs.

My advice is to hold off on the v455 upgrade for a short while, unless you really feel you must have it :)

Or at the very least, clone your store and perform the upgrade on it... not your live store.

DrQuietus 02-20-2013 01:09 PM

Sort products by position
 
Did you ever sort out the problem with post #140? Sorting by extra fields?

Looking at the regular appearance settings for x-cart the "Select the order in which products should be displayed within a category" drop-down no longer has "Default" as an option.

How can I sort the products by position?

Bluemonk 02-22-2013 08:16 AM

Re: X-Cart Adapt Template
 
Has anyone removed the top nav bar, header search box, and mini-cart from on the checkout page? Since going live with Ability, I'm seeing an extra 13% of people that start checkout navigate away. My old template did not have navigation on the checkout page.

If anyone else has done I'd like to see how it looks - could you post or PM your URL.

Also, since going live I'm seeing a lot of people submitting an order before entering in the credit card information. I'm using the Authorize.net DPM mod to take cards on the page. Did anyone else experience this?

Thanks

xtech 02-22-2013 09:32 PM

Re: X-Cart Adapt Template
 
Hello Phil,
I have seen that in Adapt there is an blog admin options and in home page there is an blog link to display wordpress blog site-

My question is in WordPress blog integrations will it cover-

We need only to synchronize the login/account between store and wordpress (i.e. when an account is created, it should be created in wordpress too. and if a user logs in to a store, he/she should be logged to the blog automatically)

Is this work?

yages 02-25-2013 10:09 PM

Re: X-Cart Adapt Template
 
Hi Phil

I have decided not to go ahead with the adapt skin which I purchase many months ago, I now find it does not suit my requirements
Could you please email me the 4.5.4 version of the ability skin so my upgrade which has been in progress for many month can go ahead
Thanks

xtech 02-25-2013 11:14 PM

Re: X-Cart Adapt Template
 
Hello Phill,

We need only to synchronize the login/account between store and wordpress (i.e. when an account is created, it should be created in wordpress too. and if a user logs in to a store, he/she should be logged to the blog automatically)

Is this work?


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

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