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 - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

elmirage001 05-17-2015 01:47 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Bullfrog,

New Arrivals is part of the Hot Products Module. https://help.x-cart.com/index.php?title=X-Cart:X-HotProducts

This module comes a part of Gold Plus and Platinum.

If the above does not help we can wait for Phil or send me a PM so we don't clutter up Phil's reBOOT thread.

Thanks!

Paul

bullfrog 05-17-2015 02:17 PM

Re: X-Cart - reBOOT - Responsive Template
 
Now I don't feel so bad about not being able to find this control ;-).

I'm X-Cart Gold Classic, and the module is a $99 adder for me. It's not part of my 4.7.2 distribution. reBOOT should not assume we all have this module and put up ribbons we have no control over.

Looks like my template edit to remove the ribbons in skin/reboot/custom/product_promo_ribbons.tpl needs to be permanent. For anyone else needing to do this, just comment out everything.

Bluemonk 05-19-2015 05:44 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, On my site the main image on the product page is displaying the detailed image rather than the image I loaded as the main image.

This is a problem for product variants as the image is not switching to show the variant images.

Could you please let me know how to fix this.

Thank you

elmirage001 05-19-2015 02:19 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by Kje889@yahoo.com
Hi Phil, On my site the main image on the product page is displaying the detailed image rather than the image I loaded as the main image.

This is a problem for product variants as the image is not switching to show the variant images.

Could you please let me know how to fix this.

Thank you

My Brother-in-law is having the same issue. Until Phil replies try the following.

in \skin\reboot\modules\Detailed_Product_Images\light box_image.tpl

Under {* Product Image *} approx line #16

Change:
Quote:

<img src="{$i.image_url|amp}" alt="{$i.alt|escape}" title="{$i.alt|escape}" />
To:
Quote:

<img src="{$product.image_url|amp}" alt="{$i.alt|escape}" title="{$i.alt|escape}" />
Please let me know if this works. Thanks! Paul

Freakmode 05-21-2015 01:20 AM

Re: X-Cart - reBOOT - Responsive Template
 
Does anyone else get double line spacing on order invoices?

We use integrated labels and sometimes they don't fit the peel off bit as invoice lines are now spaced wrong?.

elmirage001 05-21-2015 04:07 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by Freakmode
Does anyone else get double line spacing on order invoices?

We use integrated labels and sometimes they don't fit the peel off bit as invoice lines are now spaced wrong?.

Hi David, PM me an image and I'll take a look. I've modified my invoice so I'll have to take a look at what's happening on your invoice and then compare my file vs default tpl. Also please let me know what version you're on. I see v3 but don't know if you're on the current v3.41 or not. Thanks! Paul

PhilJ 05-21-2015 04:16 PM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT v4 is coming along nicely. Bear in mind, we're re-building it from the ground up.

We're bringing Bootswatch - themes into the mix, along with other cool stuff that we'll announce along the way.

We hope to release around July. Updates will be free. If you have any ideas or suggestions, please let us know by PM.

elmirage001 05-21-2015 07:16 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
reBOOT v4 is coming along nicely. Bear in mind, we're re-building it from the ground up.

We're bringing Bootswatch - themes into the mix, along with other cool stuff that we'll announce along the way.

We hope to release around July. Updates will be free. If you have any ideas or suggestions, please let us know by PM.

Hi Phil !! Wow is that cool! I'll try to put a list of suggestions and PM this weekend. Thanks again! Paul

Kman 05-24-2015 01:46 PM

Re: X-Cart - reBOOT - Responsive Template
 
Phil:

In the mega menu the image URLs from $categories_menu_list are from /images/C.cache.catthumbn/. I would prefer these to be served from our CDN. Where is this Smarty var being set? And have you done this already, to save me the time of patching the php?

Thanks.

PhilJ 05-24-2015 10:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi kman, you could maybe just do a replace on the $sc.thumb_url

skin/reboot/custom/menus/types/02_mega.tpl
or
skin/reboot/custom/menus/types/03_dropdown_mega_combo.tpl

Eg. replace...
Code:

<img src="{$sc.thumb_url|amp}" width="{$sc.image_x}" height="{$sc.image_y}" alt="{$sc.category}">
With...
Code:

<img src="{$sc.thumb_url|amp|replace:"http://www.store.com/":"http://foo.bar.cdn.com/"}" width="{$sc.image_x}" height="{$sc.image_y}" alt="{$sc.category}">


All times are GMT -8. The time now is 11:48 AM.

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