VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: stephysm on January 06, 2012, 17:47:48 PM

Title: Products not adding to cart
Post by: stephysm on January 06, 2012, 17:47:48 PM
I have been ripping my hair out trying to figure out why items are not being added to the cart. I have read several posts about this problem and non of the solutions have worked. Can someone please please help! I really need to get this site up and running today. Thank you in advanced!
Title: Re: Products not adding to cart
Post by: PRO on January 06, 2012, 19:24:58 PM
where is your url?
Title: Re: Products not adding to cart
Post by: stephysm on January 06, 2012, 19:27:41 PM
http://faithrootsradio.com/store
Title: Re: Products not adding to cart
Post by: PRO on January 06, 2012, 19:50:03 PM
you are not loading jquery at all.

ALSO; scrip compressors tend to mess up the scrips with vmart
Title: Re: Products not adding to cart
Post by: stephysm on January 06, 2012, 19:58:39 PM
I enabled the jquery and it still does nothing.

how do I adjust the scrip compressors?
Title: Re: Products not adding to cart
Post by: PRO on January 06, 2012, 20:02:46 PM
its either a plugin u installed, or in your rocketheme template settings

IT packs all the files into 1 here

<script type="text/javascript" src="/cache/js-70baa07a8b993efb15a1a01682a0cc67.php"></script>
Title: Re: Products not adding to cart
Post by: stephysm on January 06, 2012, 20:06:32 PM
So what do you think is my best option for fixing this?

I am 100% new to this and am completely learning this on my own. Thanks for you help, I appreciate it.
Title: Re: Products not adding to cart
Post by: PRO on January 06, 2012, 20:45:35 PM
when you go to plugins , search for RokGZipper    and dispable it

if thats not installed, you should have an option in your template details, in "template manager"

Title: Re: Products not adding to cart
Post by: stephysm on January 06, 2012, 20:52:46 PM
Yeah, still not working..... :(
Title: Re: Products not adding to cart
Post by: PRO on January 06, 2012, 21:34:46 PM
your template is trying to add a file

<script type="text/javascript" src="/components/com_virtuemart/themes/vm_mynxx/theme.js"></script>    
<style type="text/css">


Thats where the OLD virtuemart 1.1 themes were. WHY? did you buy a 1.1 theme, and try to use with 2.0?

also, disable your menu, and then try
Title: Re: Products not adding to cart
Post by: stephysm on January 06, 2012, 21:38:18 PM
No I didn't, this was a fresh install with 2.0. Which menu are you referring to? I have 2 up but I unpublished the others and I only have one running now. Where should it be directing to now?

This has been a constant issue no matter what I have been doing or using. I'm just frustrated at this point.
Title: Re: Products not adding to cart
Post by: PRO on January 06, 2012, 21:47:16 PM
the dropdown top menu


and then also see what happens when you change to a default joomla template
Title: Re: Products not adding to cart
Post by: stephysm on January 06, 2012, 22:01:30 PM
I can't get rid of the top drop down menu and I tried changing templates and that didn't help either.  :-\
Title: Re: Products not adding to cart
Post by: PRO on January 07, 2012, 02:49:12 AM
you cant disable it? just to see if thats the conflict?
Title: Re: Products not adding to cart
Post by: jenkinhill on January 07, 2012, 12:41:11 PM
Quote from: stephysm on January 06, 2012, 22:01:30 PM
I can't get rid of the top drop down menu and I tried changing templates and that didn't help either.  :-\

The menu will be a Joomla module so would be applied to any template... try disabling the module
Title: Re: Products not adding to cart
Post by: stephysm on January 07, 2012, 23:14:43 PM
That's the problem is I couldn't find the module with the menu bar. I'm not exactly sure how it's built into the template but I can't seem to find it. I swear I'm really not this dumb. This is just not working for me at all.  :(
Title: Re: Products not adding to cart
Post by: stephysm on January 07, 2012, 23:37:22 PM
Ok, i lied. I finally found. It isn't a module in the module area it was under the template options. BUT, I turned it off and I still can't add to the cart.
Title: Re: Products not adding to cart
Post by: PRO on January 08, 2012, 18:29:13 PM

These need to be disbaled to test

  <script type="text/javascript" src="/plugins/system/rokbox/rokbox.js"></script>

  <script type="text/javascript" src="/plugins/system/rokbox/themes/mynxx/rokbox-config.js"></script>
<script type="text/javascript" src="/templates/rt_mynxx_j15/js/rokutils.js"></script>




THIS is "trying" to be loaded, which results in a 404

<script type="text/javascript" src="/components/com_virtuemart/themes/vm_mynxx/theme.js"></script>    

Title: Re: Products not adding to cart
Post by: stephysm on January 09, 2012, 17:44:11 PM
Ok, this is now disabled so what I should I do now?
Title: Re: Products not adding to cart
Post by: PRO on January 09, 2012, 18:23:45 PM
you have to load the product scripts



[attachment cleanup by admin]
Title: Re: Products not adding to cart
Post by: stephysm on January 09, 2012, 18:50:19 PM
I cannot THANK you enough!!!!! It's FINALLY working!!! Thank you thank you thank you!