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)

yages 01-31-2013 02:51 PM

Re: X-Cart Adapt Template
 
Great to get a response on this thread

How do you move the search bar in the middle of the header to the right hand side under the cart as it does not look very good in the middle of the page

Can the BCS easy variants mod be installed on the adapt skin

I have a large category icon centered across the top of the page, they do not decrease in size on a mobile phone

the shopping cart does not fit on a mobile phone its to large

yages 01-31-2013 05:34 PM

Re: X-Cart Adapt Template
 
need some one to instal this template for and help fix the problems

JacksmithxD 02-04-2013 05:02 AM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by yages
need some one to instal this template for and help fix the problems


I think you need to hire someone for custom work, as they're not really issues with Adapt, they're more 'personal custom changes'

yages 02-04-2013 12:09 PM

Re: X-Cart Adapt Template
 
Apart from phil who never answers emails, who else is there
Have been using Phils Ability templete for years and now want to upgrade to adapt but he will not help, or respond very disappointed with him

dpcompany 02-08-2013 06:14 AM

Re: X-Cart Adapt Template
 
Phil,

I have thoroughly enjoyed tweaking your template to my liking. However, there is one small thing I think is burried in one of the encrypted files. On the detailed image preview that shows when you hover over a thumbnail, is there any way to make it show just the standard product image, not an actual "detailed" image?

As a side note, if it is burried in the encrypted code, I am willing to pay for this change. Unlike others on this thread, I don't expect "custom work" to come for free.

PhilJ 02-08-2013 06:29 AM

Re: X-Cart Adapt Template
 
1 Attachment(s)
Quote:

I have thoroughly enjoyed tweaking your template to my liking. However, there is one small thing I think is burried in one of the encrypted files. On the detailed image preview that shows when you hover over a thumbnail, is there any way to make it show just the standard product image, not an actual "detailed" image?

I have attached the source file of /adapt_get_image.php

Option 1) You can use the detailed image 'order by' field to specify which of your detailed images appears on hover, in this case, zero...

Replace...

Code:

$products[$key]["image_url"] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_D] WHERE id=".$product["productid"]);

With

Code:

$products[$key]["image_url"] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_D] WHERE orderby='0' AND id=".$product["productid"]);

Option 2) You can have the product image appear instead (not thumbnail)...

Replace...

Code:

$products[$key]["image_url"] =  func_query_first_cell("SELECT image_path FROM $sql_tbl[images_D] WHERE id=".$product["productid"]);

With...

Code:

$products[$key]["image_url"] =  func_query_first_cell("SELECT image_path FROM $sql_tbl[images_P] WHERE id=".$product["productid"]);

dpcompany 02-08-2013 06:35 AM

Re: X-Cart Adapt Template
 
Phil, you are a gentleman and a scholar! Thanks a million!

censusadv88 02-08-2013 02:59 PM

Re: X-Cart Adapt Template
 
Update: Phil is definitely on top of this support, for such a configurable skin! Amazing purchase thus far. He takes his time, but definitely delivers results!

PhilJ 02-08-2013 06:27 PM

Re: X-Cart Adapt Template
 
Hi censusadv88, I've replied your ticket.

cflsystems 02-08-2013 08:58 PM

Re: X-Cart Adapt Template
 
Phil there seems to be a bug either in XC or Adapt and Clean URLs. The Adapt js file that switches CSS files for different screen sizes has "path" variable set to "skin/adapt/.....". When Clean URLs are on and category/manufacturer is setup to folder (not .html) the path to the CSS file becomes "CATEGORY_NAME/skin/adapt/....." and of course CSS file doesn't load, if Clean URLs are set to .html there is no problem.
I had to change the path in the js file to "/skin/adapt/...." to make it work. Cart was all in a subdirectory so this could be the issue as well.


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

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