-
AuthorPosts
-
May 21, 2008 at 10:24 am #128764
Hello All,
anybody noticed the problems of integrating VIRTUEMART to the Joomlart templates (1.5).
The Payment process doen’t seem to work within these templates. I took the standard template and there all worked fine. Changing to Joomlart template the process doesn’t work!
Anybody know solutions to this?!
Thanx.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 21, 2008 at 10:44 am #250001Which templates did you try with and whats happening? Any error messages? Everything else works fine?
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
May 21, 2008 at 11:59 am #250005Hi there,
The problem occurs in the JA Dravity template (as well in others with JA) in the part where you start to open your shopping cart. When opened, the next step is to select the shipping methods (steop 2) after entering the NEXT button. Then the script returns to the frontpage, where other templates (the standard one) works fine.
Also a note that i get the following message in my status bar. Maybe it has something to do with it!
Line 58
Char 2
Error: ‘null’is null or an object
Code 0This on ALL pages.
Thanx
PaulIf you need url, please let me know i will PM you.
May 21, 2008 at 2:01 pm #250016Did you install virtuemart on joomla 1.5 in legacy mode?
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
May 21, 2008 at 4:49 pm #250029Nope Legacy is off.
It has something to do with the template cause it runs fine in the standard 1.5 joomla template.
And it’s the Native 1.5 version of Virtuemart.
Thanx,
PaulMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 21, 2008 at 5:39 pm #250033PM me the url and ill discuss it with the developers tomorrow
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
May 22, 2008 at 7:59 am #250113Thanx in advance.
Hope it will work and you’ll be able to find out what’s going on!Paul
beastmode54 JA JobBoardbeastmode54
- Join date:
- November 2007
- Posts:
- 233
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 22, 2008 at 11:48 am #250128Works fine for me, ive used it in 2 JA templates.
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
May 22, 2008 at 1:04 pm #250134Did you use it in Dravity as well? Cause it works in several non JA templates…but not in the JA Dravity one.
I just tested it again 2 minutes ago with a non JA template and there it works fine, once changing back to JA it stops working again.
Keep my fingers crossed the developers find the problem!
Thanx..Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
May 24, 2008 at 11:58 am #250421OK i found out why, in checkout.index.php, the form was built:
$basket_html .= ‘<form action=”‘. SECUREURL.basename($_SERVER[‘PHP_SELF’]) .'” method=”post” name=”adminForm”>
However, $_SERVER[‘PHP_SELF’] doesn’t seem to return the full URL on my server, it returns only http://www…………com/index.php.
After i pasted the whole thing (i.e. http://www…………com/index.php?page=checkout.index&option=com_virtuemart&Itemid=1&redirected=1&Itemid=1) as form action everything works…
After I changed the code to$basket_html .= ‘<form action=”‘. SECUREURL.basename($_SERVER[‘REQUEST_URI’]) .'” method=”post” name=”adminForm”>
Things work now.Thanx
Pauly -
AuthorPosts
This topic contains 10 replies, has 5 voices, and was last updated by Hieu Nguyen 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum