Welcome, Guest. Please login or register.
Login with username, password and session length


VirtueMart 1.1.8 - [SECURITY RELEASE] is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: [1]   Go Down
Print
Author Topic: Using 2 ship methods - How to change default selected  (Read 3869 times)
LynneM
Newbie
*
Posts: 8


« on: March 27, 2007, 11:29:53 AM »

I'm using Shipvalue shipping module in order to use 'free shipping on orders above $200 and 9.95 on orders under $200'. But I have set up Standard Shipping Module in order to create 'No shipping on Pick-up orders'. The default auto selected choice is on the Pickup order and I would like it to be on the shipvalue. Looked thru the code but not sure where to change this. Any suggestions?
Logged
ruigato
Jr. Member
**
Posts: 70


« Reply #1 on: October 16, 2008, 10:36:16 AM »

i would like to know how to do this also..

Thanks in advance
Logged

spendtime
Newbie
*
Posts: 19


« Reply #2 on: November 16, 2008, 16:23:18 PM »

I would like to turn off the default altogether and force the customer to enter it - this way the default is not selected by mistake.
Logged
ruigato
Jr. Member
**
Posts: 70


« Reply #3 on: November 16, 2008, 16:42:25 PM »

I would like to turn off the default altogether and force the customer to enter it - this way the default is not selected by mistake.

that is an option for me also.
I am still looking for a solution for this..
Logged

spendtime
Newbie
*
Posts: 19


« Reply #4 on: November 16, 2008, 17:53:20 PM »

I just saw that this is in the 1.0 forum.  I need the default removed for 1.1
Logged
aellinwood
Newbie
*
Posts: 1


« Reply #5 on: March 18, 2009, 19:11:33 PM »

I ran into this and commented out the 'checked' portion of the standard shipping module at around line 101.

/administrator/components/com_virtuemart/classes/shipping/standard_shipping.php

Code:
if( ! $selected ) {
//$selected = True ;
//$html .= "checked=\"checked\"" ;
}

Ship by value has this (multiple times) as well which is what I wanted. There does not appear to be any data behind it, as $selected is set to False further up.
Logged
Pages: [1]   Go Up
Print
Jump to: