Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • graphicstylus Friend
    #130862

    I have installed this template from scratch using the installation package from JA. I installed VirtueMart. VirtueMart checkout fails when it gets toward the payment page. redirects to home page. I switched the template to the joomla default and the checkout worked fine. Does anyone have a solution to what may be wrong that may be conflicting between template and virtuemart.

    Please share: http://timepieceforlease.com/customer/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=17&category_id=6&option=com_virtuemart&Itemid=194

    Thanks

    Sherlock Friend
    #259789

    Hi GraphicStylus !
    You must set again security link for checkout .
    – You go to admin >> Components >> Virtuemart
    – On left panel , you select Configuration menu , and select security tab –> you set link again .

    2138

    graphicstylus Friend
    #260609

    Hello Hainn84

    Both URLs are correct with / at the end. Still the same prob. After shipping address instead of going to payment page it goes to home. If you want I can PM you login info.

    Take Care,
    Malik

    anisjolly Friend
    #260641

    Hey GraphicStylus

    I had the same issue but not with this template. In order to resolve the problems I was having I had to revert to a different template which already had a quickstart and virtuemart packaged into it.

    I tried to re-install and re-configure VM a few times but it did not resolve so I guess it’s a VM issue and not a JA issue.

    However, I’ve tested JA Larix (which is a virtumart purpose built template) and it has a quickstart with Virtuemart in it – AND it does not have any problems – check out works great!

    It might be worth trying that template out?

    Sherlock Friend
    #260789

    Hi GraphicStylus !
    I have tried to install VM with kulanite quickstart package in my PCs , it works well , i have looked into your site but couldn’t find solution for it. i think this is a problem of VM.

    graphicstylus Friend
    #260901

    Hello All,

    thanks for the help. but in the same site i am having prob. if i switch the template to the default joomla template the checkout process works but with kulanite it fails. I would hate not to use this template or to start from scratch bc i have done vm setup and content setup. please suggest?

    thanks!
    Malik

    Sherlock Friend
    #261689

    Hi GraphicStylus
    plz edit index.php(templatesja_kulanite folder)
    Search those lines :

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <jdoc:include type="component" />
    <?php endif; ?>

    Change to

    <jdoc:include type="component" />

    graphicstylus Friend
    #261816

    Hell Nguoiabcd,

    That got me one step closer! thank you!.
    Now when i get to the payment page it puts the home page content below the virtuemart payment page. Any solution to this.

    we would hate to switch template as we love this one.

    thanks

    Sherlock Friend
    #261867

    Hi
    You must change index.php

    <!-- BEGIN: JAZIN -->
    <?php if($tmpTools->isFrontPage()) : ?>
    <div id="jazin-fp">
    <jdoc:include type="modules" name="ja-news" style="raw" />
    </div>
    <?php endif; ?>
    <!-- END: JAZIN -->

    Change to

    <!-- BEGIN: JAZIN -->
    <?php
    $option=JRequest::getVar('option','');

    if($tmpTools->isFrontPage()&&($option!="com_virtuemart")) : ?>
    <div id="jazin-fp">
    <jdoc:include type="modules" name="ja-news" style="raw" />
    </div>
    <?php endif; ?>
    <!-- END: JAZIN -->

    graphicstylus Friend
    #262031

    that worked like a charm. I just disable ja news and it worked the way i want it.

    Thanks NGUOIABCD

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  graphicstylus 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum