VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: glider_luffy on June 17, 2015, 18:57:56 PM

Title: 404 in all buttons
Post by: glider_luffy on June 17, 2015, 18:57:56 PM
Hi to all,

Im using Joomla 3.4.1 and VirtueMart 3.0.8. All buttons are not working (checkout button, x button, and go to check button on mini-cart plugin.) I also get an 404 when logging in after choosing a product. I think the issue here is my directory folders? Im using a subdirectory folder for this project (i.e.: mydomain.com/development/mycurrentproject). Everytime I get a 404 error it will go to the main domain(yourdomain.com). Is there a configuration on Virtuemart back-end to fix this issue?

Also, How can I set up a Cash on Delivery option on Virtuemart backend?

Not sure what files should I modify.


Thanks.
Title: Re: 404 in all buttons
Post by: jenkinhill on June 17, 2015, 23:07:28 PM
You probably have SEF turned on? Leave it off until dev is complete.  Otherwise post a URL.

For COD use the standard weight/country delivery plugin. For an example of configuration for this see http://demo.virtuemart.net
Title: Re: 404 in all buttons
Post by: glider_luffy on June 18, 2015, 07:35:25 AM
Quote from: jenkinhill on June 17, 2015, 23:07:28 PM
You probably have SEF turned on? Leave it off until dev is complete.  Otherwise post a URL.

For COD use the standard weight/country delivery plugin. For an example of configuration for this see http://demo.virtuemart.net

I tried to turned off the SEF but the buttons still are not working.

Im trying to add a get a quote buttons in this site. I changed the add to cart buttons to "get a quote".

Site URL: http://www.bushveldtechnologies.com/DEVELOPMENT/getawelder/

Let me know if you need admin access for this one.
Title: Re: 404 in all buttons
Post by: jenkinhill on June 18, 2015, 10:35:20 AM
Good looking site. You should update to VirtueMart 3.0.9.4 first, http://dev.virtuemart.net/projects/virtuemart/files

I could not find a product to add to cart, but from the code it looks like you could have a jQuery conflict, and I don't think you have all VM css and JavaScripts turned on in Configuration/Templates. If so, turn those on and check the site. If still not working switch the template to Beez or Protostar to see if that fixes the button functions - if so then you have a template issue.
Title: Re: 404 in all buttons
Post by: glider_luffy on June 18, 2015, 11:05:08 AM
Quote from: jenkinhill on June 18, 2015, 10:35:20 AM
Good looking site. You should update to VirtueMart 3.0.9.4 first, http://dev.virtuemart.net/projects/virtuemart/files

I could not find a product to add to cart, but from the code it looks like you could have a jQuery conflict, and I don't think you have all VM css and JavaScripts turned on in Configuration/Templates. If so, turn those on and check the site. If still not working switch the template to Beez or Protostar to see if that fixes the button functions - if so then you have a template issue.

Thanks, I only add two products right now for testing purposes. You can  find the product here: http://www.bushveldtechnologies.com/DEVELOPMENT/getawelder/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=71&virtuemart_category_id=34&lang=en

But you cant see the add to cart button.  I disable the add to cart button when the user is not logging in.  I think I unchecked some of it. I will take a look into it and try to change the templates.
By the way I use Sj_Saphi template. Its all in one template. Their virtuemart demo is working fine.