Hi Expert,
I got an error with my site (www.pintarbelanja.com) while i search a product
the function return a blank page.
while i test in local version, the function is working well.
i found the difference between both site ( on local & on internet )
the site in local return the url : index.php/shop-store/search......
the site in internet return the url : index.php/component/virtuemart/search.....
how can i fix this problem?
Thanks
Check your menu items
There must be difference between them related with your shop. Possibly 1 or more is missing or is unpublished
http://forum.virtuemart.net/index.php?topic=79799.0
and
http://forum.virtuemart.net/index.php?topic=121692.0
It has been solved.
I found that my php code in mod_virtuemart_search is wrong.
Thanks guys.
QuoteI found that my php code in mod_virtuemart_search is wrong.
Then share what you thought was the problem and your solution - in case it might help others.
I found that my tag <?php is not closed (missing ?>)
thanks for sharing