close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

multple shipping charges

Thread began 2/16/2010 8:40 am by mdsayeed_u394092 | Last modified 2/17/2010 12:26 pm by mdsayeed_u394092 | 1601 views | 4 replies |

mdsayeed_u394092

multple shipping charges

My client wants to add multiple shippng charges

1.same day
2.next day
3.standard

price will be different, i already asked this in private ticket, awaiting response from your end. please please, help me, resovle this issue

Sign in to reply to this post

mdsayeed_u394092

multiple shipping charges

Hi, I raised this issue two days ago, and i am waiting for your response from 5 hrs. today, still i did not get any response from you guys, what i do now, i dont understand, i said this clear only this feature is left, site is due to live

Oh, God i dont know what i do now

Sign in to reply to this post

Dani Chankhour

Sorry for the delay, but we were closed on Monday.

To get your shipping charges:

You will need to set up either a drop down list or radio group on your cart page. For example:

<label>
<input type="radio" name="shipping" value="same" id="shipping_0" />
Same Day</label>
<br />
<label>
<input type="radio" name="shipping" value="next" id="shipping_1" />
Nex Day</label>
<br />
<label>
<input type="radio" name="shipping" value="standard" id="shipping_2" />
Standard</label>

And then set a session value based on the value that the user selects, so if the user select same day, your session value will be set to 'Same' and for next day your session value will be 'Next' and the default value will be 'Standard'.

<?php
if (isset($_POST["eCart1_Checkout"]) || isset($_POST["eCart1_Checkout_x"])) {
$_SESSION['shippingType'] = $_POST['shipping'];
}
?>


Then in your eCart object, you will set a shipping rule by clicking on the shipping type and clicking the + button. And for the trigger, you will need to have two things: first if the session value exists and the second is based on a session variable value. And then you can set your calculation.

You will need to this tree times for each shipping rule.

Sign in to reply to this post

mdsayeed_u394092

multiple shipping charges - rules defining

Hi

I followed all steps, but i dont understand below point, please assist me in this regard


I added this " if the session value exists", but for second is based on a session variable what i have to enter in " if the value of session variaible text box"

please i need your assistance, i am new to this extension, i am finding lot of difficulties



Thanks

Sign in to reply to this post

mdsayeed_u394092

please can you connect my system for a few mins

Hi

Please can you connect my system, and resolve this, please time is already 2 a.m here, understand this please

thanks

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...