Author Topic: VirtueMart 1.1.2 Released  (Read 59066 times)

RolandD

  • Full Member
  • ***
  • Posts: 780
    • Home of CSVI
Re: VirtueMart 1.1.2 Released
« Reply #15 on: August 10, 2008, 01:30:34 AM »
Go to Configuration under Admin. Click on Checkout, there you can choose what steps your customers have to take. Uncheck the shipping ones. That should do it.
Regards,

RolandD

CSVI
http://www.csvimproved.com/

amorino

  • Jr. Member
  • **
  • Posts: 151
    • Création sites web Tunisie
Re: VirtueMart 1.1.2 Released
« Reply #16 on: August 11, 2008, 13:28:56 PM »
Maybe it's a .htaccess problem
Création sites web Tunisie
http://www.idealconception.com

janaa1234

  • Beginner
  • *
  • Posts: 17
Re: VirtueMart 1.1.2 Released
« Reply #17 on: August 11, 2008, 23:01:05 PM »
Thanks for the advice, but the problem is that I can't uncheck the shipping... it's allready checked and can't be unchecked...??



Go to Configuration under Admin. Click on Checkout, there you can choose what steps your customers have to take. Uncheck the shipping ones. That should do it.

heidiheidi

  • Beginner
  • *
  • Posts: 4
Re: VirtueMart 1.1.2 Released
« Reply #18 on: August 14, 2008, 15:12:41 PM »
The new 1.1.2 Download package on your frontpage does not seem to have the XML file in it that is needed to instruct Joomla how to install it. It absolutely will not install under Joomla 1.5 Auto Install function.

Heidi

joann

  • Beginner
  • *
  • Posts: 1
Re: VirtueMart 1.1.2 Released
« Reply #19 on: August 15, 2008, 20:47:11 PM »
To janaa1234:

Do you still have problem with bypass shipping? If you don't, just disregard my post. This is what I did to disabled shipping:

Configuration--Admin: Under Shipping tab, select nothing. Under Checkout tab: uncheck the first two, then fill in "1" for Payment Method, and "2" for Confirmation.

Then to avoid error on the order edit, file /administrator/components/com_virtuemart/html/order.order_print.php on line 509, change from

if( $db->f("ship_method_id") ) {
$details = explode( "|", $db->f("ship_method_id"));
}

to:

if( $db->f("ship_method_id") ) {
$details = explode( "|", $db->f("ship_method_id"));
} else {
$details = array("","","","");
}

Hope this helps.

To heidiheidi: Try to download using Firefox. Mine can install properly. If you want I can email you the package.


headguru

  • Beginner
  • *
  • Posts: 26
Re: VirtueMart 1.1.2 Released
« Reply #20 on: January 04, 2009, 21:23:16 PM »
I have Joomla 1.5.2 and as HeidiHeidi experienced, I get the following message when using the Auto Install function after I had already installed the autoloader.  "Error! Could not find a Joomla! XML setup file in the package. "

HELP!!