-
AuthorPosts
-
graphicstylus Friend
graphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 15, 2008 at 1:59 am #130862I 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.
Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 15, 2008 at 4:06 am #259789Hi 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 Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 18, 2008 at 3:27 am #260609Hello 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,
Malikanisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 18, 2008 at 7:29 am #260641Hey 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 19, 2008 at 1:31 am #260789Hi 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 Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 20, 2008 at 3:00 am #260901Hello 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!
MalikSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 23, 2008 at 8:59 am #261689Hi 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 Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 23, 2008 at 7:56 pm #261816Hell 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 24, 2008 at 1:47 am #261867Hi
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 -->1 user says Thank You to Sherlock for this useful post
graphicstylus Friendgraphicstylus
- Join date:
- April 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
July 24, 2008 at 2:55 pm #262031that worked like a charm. I just disable ja news and it worked the way i want it.
Thanks NGUOIABCD
-
AuthorPosts
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