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)

designguru 10-16-2014 12:28 PM

Re: X-Cart - reBOOT - Responsive Template
 
Posted ticket long over one week ago. Posted on the forum one week ago too.

PhilJ 10-16-2014 05:05 PM

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

Posted ticket long over one week ago. Posted on the forum one week ago too.
designguru, I have replied (need more info).

Pitak 10-21-2014 11:57 PM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, in \skin\reboot\mail\html\acr_review_reminder.tpl

Line 18:

Code:

<td style="border: 1px solid #EFEFEF; width: 10%; padding: 5px; text-align: center;">
  <a href="{$catalogs.customer}/product.php?productid={$products[prod_num].productid}">{include file="product_thumbnail.tpl" productid=$products[prod_num].productid image_x=$products[prod_num].image_x product=$products[prod_num].product tmbn_url=$products[prod_num].image_url}</a>
  </td>


The thumbnail does not display in the email. Can you fix this?

Thank you.

PhilJ 10-22-2014 12:56 AM

Re: X-Cart - reBOOT - Responsive Template
 
Pitak, reBOOT just uses the standard mail templates (from ideal responsive), so it may be a v4.6.4 bug.

Check that the product actually has an image associated with it.

You could replace that code with...
Code:

<td style="border: 1px solid #EFEFEF; width: 10%; padding: 5px; text-align: center;">
  <a href="{$catalogs.customer}/product.php?productid={$products[prod_num].productid}"><img src="{$http_location}/image.php?type=T&id={$products[prod_num].productid}"></a>
  </td>


xtech 10-22-2014 01:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
Can you please see the http and https issue? I have posted a ticket.

PhilJ 10-22-2014 01:17 AM

Re: X-Cart - reBOOT - Responsive Template
 
xtech, I would suggest using HttpFox to check which elements are not loading correctly in HTTPS mode.

xtech 10-22-2014 01:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
I have identified and sent you the tickets now pls check once.

Freakmode 10-23-2014 01:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
How do you get the latest version of Reboot Template i.e V3?

Pitak 10-23-2014 01:18 AM

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

Originally Posted by Freakmode
How do you get the latest version of Reboot Template i.e V3?


Phil mentioned that the next major version will be out soon (within days I guess). So I think it's better to wait. When it's out, just email Phil with your order information and he'll send you the file.

PhilJ 10-23-2014 08:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
Good news, reBOOT has been updated for X-Cart v4.6.5

As it's a "maintenance" release, there are not so many changes.

I can also provide a template upgrade pack from v3.1 to v3.2 this time.

Testing is ongoing, but it looks good so far. The demo is available here.

v4.6.5 module testing will follow as and when they become available.

As usual, you can get in touch anytime to be sent the latest reBOOT v3.2 files :)


All times are GMT -8. The time now is 05:40 AM.

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