Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for netrino

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 00:35
  • Posts: 4
  • Profile Views: 2233
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hi,

the dynamic block for recently viewed products do not work for us unfortunately. We placed it directly in the product view, and it's inside the jQuery tabs.

Layout update for catalog (in local.xml of the custom desing)
 
<catalog_product_view>
<reference name="content">
<block type="reports/product_viewed" name="product.recently.viewed" as="product_recently_viewed" template="reports/product_viewed_item.phtml"/>
</reference>
</catalog_product_view>
 


Layout names of dynamic loaded blocks (in the admin): product.recently.viewed

When I have a look at the cached file, the html contains javascripts:
 
<script type="text/javascript">if (typeof(mturboloader)!='undefined') mturboloader.addBlockRequest('product.recently.viewed');</script>
 

and the div with the fillBlockproduct_recently_viewed() function. But the javascript fails on
 
mturboloader.getBlock('product.recently.viewed');
 


When checked the mturbo.js, it fails because
 
mturboloader.blocksContents[blockIdentifier]
// mturboloader.blocksContents['product.recently.viewed'] for this case
 

is empty.

What must be changed to get this working? The page URL is:
www.ginastewartcox.com/men/mens-anklets/a-sb.html

Thank you for your response

Jan
Don't Cache Recently ...
Category: Community Support
emo
The problem still remains in the payed version 1.2.5 for us.
Page cache request goes to index.php/index/index/index/key/ and 404 in magento.

so the same trick has to be used.
Problem in magento 1 ...
Category: M-Turbo
emo
This fixed the problem.

Thanks a lot!

Jan
Problem in magento 1 ...
Category: M-Turbo
emo
I have the same problem unfortunately too.

Magento ver. 1.5.1.0
M-Turbo ver. 1.2.1 (free version)

When I click on "Cache all pages" in "Actions", new page shows just 404 page of the main shop. But the url is really strange:
index.php/index/index/index/key/...
but on the test site it was:
index.php/mturbo/adminhtml_mturbo/download/key/...

I tried just to copy the URL, but it's redirected to the admin dashboard.

I also checked
* .htaccess - it was updated and we use mod_rewrite since the beginning
* file permissions - all files are owned by apache and are writable for it

I also cleared the magento cache, logged out and in...

Do you have any idea where the problem is?

Regards

Jan
Problem in magento 1 ...
Category: M-Turbo
More
User Login Empty