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)
-   -   Alternative to Featured Product Manager now firetank seem to have vanished (https://forum.x-cart.com/showthread.php?t=68898)

webdesignhelper 03-20-2014 09:32 AM

Alternative to Featured Product Manager now firetank seem to have vanished
 
does anyone know of an alternative to:

http://www.firetanksoftware.com/x-cart/Featured-Product-Manager-for-x-cart-pid-146.html

that will work with xCart 4.6, been asking firetank for 3 months but not had any response from them.

I need to able to be able to place products in more than one box on the homepage, eg featured products in one box, and latest specials in a second box that the admin can control.

Mark N 03-27-2014 02:17 PM

Re: Alternative to Featured Product Manager now firetank seem to have vanished
 
Second that request, the Featured Product Manager product was great, but Firetank as far as I can tell has gone belly up - they don't respond to emails or support requests and haven't updated their products to 4.6.

Anyone know an acceptable substitute? I use it for custom featured landing pages like this:

http://www.alinc.com/hp-proliant-dl380p-gen8-servers.html

So far I haven't found anything that can give me the same functionality, where a static page can have dynamic links to products reflecting current price and availability.

If anyone feels like tackling the problem, as of 4.6 (up to 4.6.3) the FPM module throws this error:

Code:

Fatal error: Cannot unset string offsets in include\func\func.product.php on line 1575

cherie 04-03-2014 04:27 PM

Re: Alternative to Featured Product Manager now firetank seem to have vanished
 
Can you post line 1575 of your func.product.php ?

Mark N 04-04-2014 06:38 AM

Re: Alternative to Featured Product Manager now firetank seem to have vanished
 
1 Attachment(s)
sure - it is part of the func_search_products function. here is the exact line:

Code:

    unset($query_2check['skip_tables']);

Attaching my full func.product.php for reference.

cherie 04-04-2014 08:54 AM

Re: Alternative to Featured Product Manager now firetank seem to have vanished
 
This appears to be for 4.6.3. Directly above that line add:
PHP Code:

if (is_array($query_2check)) 

This mimics the similar test on line 1595 below so not sure why they don't also test for it here.

Mark N 04-04-2014 09:08 AM

Re: Alternative to Featured Product Manager now firetank seem to have vanished
 
Wow! That totally worked! Thank you!


All times are GMT -8. The time now is 12:06 AM.

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