|
hello.
Of course I did
|
Unable to generate a ...
|
Posted 11 years, 9 months ago
by alessandro.dimaggio
|
|
Helo,
thank you for your reply.
I'm using Demo version v. 1.2.6.0
|
Unable to generate a ...
|
Posted 11 years, 9 months ago
by alessandro.dimaggio
|
|
Hello,
I have a problem with Magento v. 1.7.0
MTurbo doesn't generate category urls.
Is there a know compatibility problem with this version of Magento?
Thank you
|
Unable to generate a ...
|
Posted 11 years, 9 months ago
by alessandro.dimaggio
|
|
No way to get it work. The link you suggested doesn't output my block.
IndexController.php line 72 $node = $layout->getXpath("//block[@name='".$identifier."']/parent::*");
doesn't load my block
|
How set dynamic bloc ...
|
Posted 12 years ago
by alessandro.dimaggio
|
|
Helo,
thank you for your answer.
I tryed your solution but unfortunately it doesn't work.
I post the content of the block, maybe it can help you
<a id="autoBox" href="/newsletter-popup"></a> <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#autoBox").fancybox({'type': 'iframe', width:500, height:520}); <?php if (!Mage::getModel('core/cookie')->get('newsletter')): ?> <?php Mage::getModel('core/cookie')->set('newsletter', 1, 3600*24*30); ?> jQuery("#autoBox").trigger('click'); <?php endif; ?> }); </script>
Thank you
|
How set dynamic bloc ...
|
Posted 12 years ago
by alessandro.dimaggio
|
|
Hello,
I'm desperately trying to exclude from cache a block but it seems impossible. What do I have to write into the Dynami Blocks textarea?
My configuration is the following:
// local.xml <reference name="bottomContent"> <block type="mycompany_newsletterpopup/popup" output="toHtml" name="newsletter.popup" as="newsletter.popup" after="all" template="mycompany/newsletter_popup_loader.phtml" /> </reference>
the inclusion works well when mturbo is not active, but when I switch it on it keeps caching the block.
In the textarea I wrote Mycompany_NewsletterPopup_Block_Popup but it has no effect.
Could you please helkp me?
Thanks
|
How set dynamic bloc ...
|
Posted 12 years ago
by alessandro.dimaggio
|
More |