PDA

View Full Version : Does it support UK shipping by weight


steve351418
03-22-2009, 03:54 AM
Hi..,

Does this solution allow me to implement UK shipping by weight straight out of the box.

Regards


Steve

Ray Borduin
03-23-2009, 07:38 AM
Yes. In fact there are many different options even when calculating the shipping by weight. Most any should be possible.

admin374868
04-13-2009, 02:39 AM
Hi

Can anyone help.

How do I change the currency symbol in powerstore? And how do I include UK postage costs? It's all set up to use usps which is USA based

Ray Borduin
04-13-2009, 07:59 AM
You can update the cart object to change the currency symbol.

What do you want to use for shipping? How does the company calculate their shipping costs currently?

admin374868
04-13-2009, 08:20 AM
Wherre is the cart object found?

We currently use shipping costs based on weights, its in an excel file. The cost of shipping say for a package that weighs 500gram would lookup from the table below which would then return £2.50 as it is over 250gram but under 750gram.

Weight upto Cost

.250kg 1.99
.750kg 2.50
1kg 3.50

etc etc

thanks for your help

Ray Borduin
04-13-2009, 08:28 AM
Put that information into a database and look up the shipping price by weight just as you currently do. Remove the UPS stuff, that doesn't seem valid for you or your business.

The eCart object can be opened from the insert panel, insert menu, or by double clicking on the object server behavior on any page it is used.

admin374868
04-13-2009, 08:50 AM
By double clicking the object do you mean double click the PHP symbol in dreamweaver? Which page do I change? Sorry if I seem dumb, just worried about altering something that I wouldnt know how to put right if it went wrong as I dont understand how this is all put together.

I dont know how to put the table in the database and do a look up from it. I was hoping when I bought powerstore that there would be some tutorials or how to's on all this but cant seem to find anything. I know how to enter data in my database, not sure where do go from there or what page I'm supposed to update? ie. a template that will update all pages or one page at a time.

Ray Borduin
04-13-2009, 09:03 AM
Go to the window "Server Behaviors" you will see the eCart object there.

To remove UPS, in the same window, go to the shipping tab and click the minus button to remove UPS.

To update the caculation go to the confirm page and highlight the UPS Server Behavior. Then click the minus button to remove it.

There you can add your Recordset to get the correct charge by weight from your database of weights and associated charges.

Then use the Server Behavior "Set Session Value" to store the resulting charge in a sesison variable.

At that point you go back into the cart and add the shipping charge equal to the value of that Session variable. If you aren't familiar with Dreamweaver Server Behaviors or PHP it will be difficult to make updates since there are so many possibilities we cannot document them all.

admin374868
04-13-2009, 09:38 AM
when i double click on the dynamic object in server behaviours I get a dynamic box showing with recordset showing (WADAProducts) when I click on this to expand ti will not let me connect to amend it, it says error can not connect.

i do know a little about servor behaviours using dreamweaver tutorals but only simplist method how to connect to database and put dynamic data on page, but this is confusing me?

where is the WADAProducts database? If there is one

In the server behaviours panel there isnt a behaviour for the price item?

Is this all done on the cart.php page?

warrenphillips25336771
04-18-2009, 03:47 PM
you are trying to connect to something which is not what ray said, on the top under server behaviours you will have a list, some will have weird names that web assist uses,you should see one that says ecart, you need to go to that one, leave the rest as they are part of the sites data. WADAProducts stands for webassist dataassist products which means they used data assist to make the pages to get or find the products, look for the one that says ecart and then get rid of the ups like ray described.

roger346346
06-06-2009, 12:46 PM
I am also trying to change the currency and have selected the ecart object from the server behaviour panel and changed the currency and selected 'ok' but it has no effect on any of the admin pages that display currency - am I missing part of the steps to save or update these changes? I have reread the advice here and I cannot see what I am doing different to the advice given? Any advice is welcome on this matter.

Ray Borduin
06-08-2009, 06:26 AM
Did you upload your cart object? Where exactly are you looking where the currency is wrong? I can look into it further to make sure the code is correct in that spot.

roger346346
07-02-2009, 04:17 AM
I uploaded the ecart object and the currency still shows wrong on /Products_Search.php page.

Ray Borduin
07-02-2009, 07:34 AM
That page has the dollar sign in the html directly. You just need to open that page and change it manually.

warrenphillips25336771
09-19-2009, 05:13 PM
did you manage to get this to work?? if you did please could you share it with me on how you done it.

many thanks

warren