- Posts: 9
- Thank you received: 0
SOLVED Checkout passages from 2 to 4 disapears...
-
daromeo76
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12722
by daromeo76
Replied by daromeo76 on topic Re: Chart passages from 2 to 4 disapears...
ok now i'll check
thank you.
thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12728
by ivan.milic
Replied by ivan.milic on topic Re: Chart passages from 2 to 4 disapears...
Hi, if you still have that problem, check this two:
1.does it work if you disable sef
2.try to set in vm confit display front page content to show
1.does it work if you disable sef
2.try to set in vm confit display front page content to show
Please Log in to join the conversation.
-
daromeo76
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 1 month ago #12794
by daromeo76
Replied by daromeo76 on topic Re: Chart passages from 2 to 4 disapears...
ok resolved!
in the index.php i've maded this modification:
so when in the checkout step 2 virtuemart try to load spedition method in the index.php it can't...
after a deep googling i found this:
forum.virtuemart.net/index.php?topic=34989.msg170542#msg170542
now everything is working FINE!
thank you for your support!
in the index.php i've maded this modification:
Code:
<div class="content_wrap">
<?php if (JRequest::getVar('view') != 'frontpage'): ?>
<div class="content_pad">
<?php if (@$_REQUEST['view'] != 'frontpage') { ?>
<jdoc:include type="modules" name="breadcrumbs" style="none" />
<?php } ?>
<?php if ($showinset) { ?>
<jdoc:include type="modules" name="inset" style="hot" />
<br/>
<?php } ?>
<jdoc:include type="message" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="toolbar" style="hot" />
</div>
<?php endif ?>
</div>
so when in the checkout step 2 virtuemart try to load spedition method in the index.php it can't...
after a deep googling i found this:
forum.virtuemart.net/index.php?topic=34989.msg170542#msg170542
now everything is working FINE!
thank you for your support!
Please Log in to join the conversation.
Time to create page: 0.073 seconds