VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kirra on October 19, 2013, 07:40:10 AM

Title: See Cart under Home Page ?!
Post by: kirra on October 19, 2013, 07:40:10 AM
Hello All,  ;)
I have a strange thing  with Joomla 2,5  and VM 2.0.22c
When I clic on the "see cart" popup the detail page come under the home page... Someone can help me to solve that to have a full page ... ?
Thanks in advance.
Kirra
Title: Re: See Cart under Home Page ?!
Post by: Jumbo! on October 19, 2013, 10:14:04 AM
That sounds like a problem created by your Joomla Template. Post the link of your site so that I can check the issue.
Title: Re: See Cart under Home Page ?!
Post by: kirra on October 19, 2013, 12:43:20 PM
Hi Jumbo Thanks for ur reply.
I "solved" the problem by disabling the rewriting url in the joomla config, but now the add to cart doesn't in Firefox and safari.
I try to add "www" to the url and it work for both... but I don't have any idea how fixing the www in the Url..

Here the website: afmontecarlo.com

Thanks a lot if u have any idea
Kirra
Title: Re: See Cart under Home Page ?!
Post by: Jumbo! on October 19, 2013, 13:06:59 PM
That is not very tough. Ideally all traffic should resolve same domain name structure. You can easily redirect non 'www' traffic to 'www' by writing three small line of codes in your .htaccess file located at the root of your site.

Add something like this immediately after RewriteEngine on:

RewriteCond %{HTTP_HOST} ^afmontecarlo\.com$
RewriteRule ^(.*) http://www.afmontecarlo.com/$1 [R=301]
Title: Re: See Cart under Home Page ?!
Post by: kirra on October 19, 2013, 13:51:12 PM
Hi Jumbo ,

thank's but don't work.. below the file if u can have a look... Thanks in advance .


Title: Re: See Cart under Home Page ?!
Post by: Jumbo! on October 19, 2013, 14:00:55 PM
You have not yet renamed htaccess.txt to .htaccess

Read this Joomla document to learn more: http://docs.joomla.org/How_do_you_convert_an_htaccess.txt_file_into_a_.htaccess_file%3F
Title: Re: See Cart under Home Page ?!
Post by: kirra on October 19, 2013, 20:20:01 PM
Jumbo !

In french we said MERCI ;-) If I can help here for anything this is with pleasure.
All my best
Title: Re: See Cart under Home Page ?!
Post by: Jumbo! on October 19, 2013, 21:41:39 PM
I am glad your problem is resolved.