helencham
Forum Replies Created
-
I know flat rate by default is included. But i have it removed when a user spends over $100 cause free shipping takes over. However, i still want the option of Express Shipping to still be available for customers to choose from. So that there will still be Free Shipping and Express Shipping. If the user is in a certain state, local pickup is also available. So i’m just unsure how to modify that line of code to incorporate express shipping aswell (flat_rate:17)
Hi @bcworkz, but i need to have all three available.
Eg,
if ( $free_shipping == true && ‘flat_rate:17’ && ‘local_pickup:21’ === $rate->id ) {
$free[ $rate_id ] = $rate;
}But i’m just not sure if that is how the code should be coded.
Forum: Plugins
In reply to: [WooCommerce] Shipping cost – wooCommerce 2.0.3Im also having difficulties at getting the shipping to work correctly.
eg, $99 product + $5 shipping = $104 total + 3% handling = $107.12
However, woocommerce is calculating the 3% before including the shipping price, giving me $106.97. I wonder if theres a way i can work around this.
Can anyone lend me a hand with this?? Its been frustrating me for a few weeks!
Forum: Plugins
In reply to: [Contact Form 7] multiple recipient does not workawesome! thanks a lot!
Hi guys, having same issue. this is the code i have, but im not sure what went wrong with it.
<p>Office to Contact*
[select* office “Sydney | email.com.au” “Melbourne | email2.com.au”]</p>
<p>Your Name*
[text* your-name] </p><p>Your Email*
[email* your-email] </p><p>Subject*
[select* subject multiple “General” “Ticketing” “Sponsorship” “Others”]</p><p>Your Message*
[textarea* your-message] </p><p>[submit “Submit”]</p>
then in the mail, ive set the To: [office]
ive tested the form with setting the To: field to my own email and that worked.
Please help!
Im a newbie to these coding, but can anyone tell me where do I make these amendments? Like which file? I just need to be able to specify which account payment should go to depending on the product/category selected. Need to be able to send payment to two different paypal account.