View Single Post
  #110  
Old 02-27-2013, 07:27 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Rich Google Search Results module released

Warning to anyone with BOOKS AND MAGAZINES skin:

The x-cart 4.5.5 update patch does not know that your skin exists if you select the RGSR mod checkbox -- so B&M skin code will go missing in the updater.

IF your skin is based on B&M and you have this mod, manually patch your B&M skin files.

This is related to the installation issues I had -- B&M skin is not correctly represented in the diff patches -- I would imagine these are all related.

for example:
/skin/books_and_magazines/customer/main/product_details.tpl

line 25 should be:
Code:
{include file="modules/Customer_Reviews/vote_bar.tpl" productid=$product.productid rating=$product.rating_data rgsr_disable_rating='Y'}

But in the 4.5.5 diff, the rgsr code is missing.

UNLESS the 4.5.5 code is correct and this is a bug fix? If so, why not documented?

Alexander, please clarify?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote