News:

Looking for documentation? Take a look on our wiki

Main Menu

VirtueMart 3 - can't checkout

Started by revaboogy, April 08, 2015, 13:59:43 PM

Previous topic - Next topic

revaboogy

I tried 3 of them. anyone have a mysql query I could run or something???

Thanks,

GJC Web Design

are u still on this problem?

Table 'ideasgol_keys.lr59t_virtuemart_payment_plg_standard' doesn't exist

extract the payment std plugin from the AIO - zip it and install -- if all the other ideas don't work
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

revaboogy

Hi GJC Web Design,

Yep still having a problem. I loaded the payment std plugin by it's self and it installed fine. Sill not able to be logged in and go to the checkout cart? If I go to http://ideasgolive.co/keysandpins3jv/index.php/products/shaft-collars/cart I get -  Error: 1064

Milbo

Quote from: Milbo on April 10, 2015, 12:22:59 PM
The plugins are created/checked storing a method (shipment, payment, userfield, custom). Else you can use the "table updater" of the AIO.

First the thing with the AIO, I dont understand why it works for some people and for others not.

Using the "table updater" of the AIO should have the same effect as going in your shipment method and to store it again.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

revaboogy

#20
It's not working if you try to register at checkout or login and try to visit the cart. Were you able to checkout?

Help please.......

Studio 42

Hi,
try to add a menu link to the cart.

If this not working then you have to fix the router file : JOOMLAROOT\components\com_virtuemart\router.php
change
if(!isset($query['Itemid'])){
if ( isset($jmenu['cart']) ) {
$query['Itemid'] = $jmenu['cart'];
} else if ( isset($jmenu['virtuemart']) ) {
$query['Itemid'] = $jmenu['virtuemart'];
}
}
$segments[] = $helper->lang('cart') ;

to
if ( isset($jmenu['cart']) ) $query['Itemid'] = $jmenu['cart'];
else {
$segments[] = $helper->lang('cart') ;
$query['Itemid'] = $jmenu['virtuemart'];
}


To see if this come from router, disable SEF in JOOMLA and try all the steps.

revaboogy

thanks Studio 42, this didn't change anything. I was so hopeful. With sef on or off there was no joy.

revaboogy

http://dev.virtuemart.net/attachments/download/939/com_virtuemart.3.0.7.2_extract_first.zip. Provided fix model user.php seems to solve the part of the problem. Now I can make it to the cart but if I try to confirm the order I get Error: 1146. Any Ideas guys????

krokker

Hi, i have joomla 3.3.6 and vm 3.0.4
I set up my frontpage to vm front page, refresh my site and come this:

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 SQL=SELECT params FROM ejbce_jarvis_template_styles WHERE style_id =

And if i making order, after the payment come the same.
Please help me, what is wrong!

Thank you!

jenkinhill

QuoteSELECT params FROM ejbce_jarvis_template_styles

Shows the error is related to your Joomla template.

The Joomla & VM versions are well out of date. Current is J3.4.3 and VM3.0.9.4
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

krokker

Quote from: jenkinhill on July 21, 2015, 23:42:52 PM
QuoteSELECT params FROM ejbce_jarvis_template_styles

Shows the error is related to your Joomla template.

The Joomla & VM versions are well out of date. Current is J3.4.3 and VM3.0.9.4

OK, Thank You!