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)

Bluemonk 01-26-2013 01:35 AM

Re: X-Cart Adapt Template
 
Can anyone tell me how to add additional Adapt Custom Product Fields and have them show up as new tab on the product page.

Thanks

sm@usefulplanet.dk 01-26-2013 07:33 AM

Re: X-Cart Adapt Template
 
Can Adapt 4.5.4 Gold Plus be used on an x-cart gold version?

qwerty 01-28-2013 09:31 AM

Re: X-Cart Adapt Template
 
hi phil sent a support ticket 7 days ago can you have a look

ID: RLE8YAYS79

thanks

censusadv88 01-28-2013 02:41 PM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by sm@usefulplanet.dk
Can Adapt 4.5.4 Gold Plus be used on an x-cart gold version?


Just use the one for the previous gold version. Verified fully working and testing, and getting orders already! =)!

censusadv88 01-28-2013 05:34 PM

Re: X-Cart Adapt Template
 
The Adapt template is definitely one of the best templates for X-Cart to date. No more mobile templates!

censusadv88 01-28-2013 06:46 PM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by Kje889@yahoo.com
I just installed Adapt for 4.5.4 Gold Plus and noticed the dynamic search feature is returning products that are hidden and disabled.

Also the search for manufacturer box is not finding anything, though all my products are tagged with a manufacturer.

Does anyone know how to fix these problems?

Thank you


I noticed this problem with the dynamic search as well. Did you open a ticket with Phil yet? Anyway let me know if you found out how to resolve this issue... I will be delving into the code on this one as well.

But my manufacturers search box is working fine. [b]Ensure that your manufacturers are check marked "ACTIVE" in Catalog > Manufacturers. Otherwise they will not show up in the widget on the home page or show up in search. Pretty sure that is your problem... but you are right disabled products are still showing up in search.

PhilJ 01-29-2013 07:30 AM

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

dynamic search feature is returning products that are hidden and disabled

I am a bit stumped trying to get the SQL query to lookup the 'forsale' product field. I have attached the source if you want to have a go yourself (adapt_dynamic_search_queries.php)

I have tried the following, but it doesn't seem to work...

Code:

SELECT product, image_path, forsale, concat('product.php?productid=',productid) AS link FROM $sql_tbl[products_lng_current]
INNER JOIN xcart_images_T ON $sql_tbl[products_lng_current].productid = xcart_images_T.id
INNER JOIN xcart_products ON $sql_tbl[products_lng_current].productid = xcart_products.productid
WHERE product like '%".$_GET["q"]."%' AND forsale='Y'


If anyone can spot any glaring error with the above query, or has any better luck with it, please post here.

censusadv88 01-29-2013 02:58 PM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by PhilJ
I am a bit stumped trying to get the SQL query to lookup the 'forsale' product field. I have attached the source if you want to have a go yourself (adapt_dynamic_search_queries.php)


Stumped as well...
Well for now looks like I will just have to list only products that are available and in stock =). Not a bad workaround actually... keeps the staff busy and cart cleaner. Haha. Still hope you find it out! Best!

yages 01-31-2013 12:33 PM

Re: X-Cart Adapt Template
 
Can anyone help me with a few issues I have with this template, X-cart are waiting to make this site live, but I need to fix these problems

totaltec 01-31-2013 01:33 PM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by yages
Can anyone help me with a few issues I have with this template, X-cart are waiting to make this site live, but I need to fix these problems

What problems are you running into? Its hard to help when we don;t know what you are experiencing... :-)


All times are GMT -8. The time now is 10:57 PM.

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