All i want is to show this as text, it doesn't need to carry on right through checkout because i use mals ecommerce to complete my cart which works out my shipping at 10% item value + 50p, orders over £50 ship free
Hey man, your code is literally worthless here. One would have to analyze it, analyze QuickCart and then post the lenthy solution. NOT EASY. That's why no one bothered to answer. You also clearly didn't specify what do you want to do with the code.
If you look at a product on my site http://www.boatandtackle.co.uk/38,sakuma-545-manta-extra-hooks-10pk.html it tells you the price of shipping for that item. The shipping price is calculated using the code above... 10% of basket total + 50p unless it's greater than £50 then it is free.
What i wanted with the above code is to show the total shipping on my basket page with the same formula 10% of basket total + 50p.
The code above works on the product page, but on the basket page i try and pull the total from $aData[sProductsSummary] but this isn't putting the amount in the equation
However, if i use a digit say 100 instead of using $aData[sProductsSummary] the code works.
I'm not sure it would be too lengthy to figure out, it's just for some reason when $aData[sProductsSummary] is put inbetween php tags it doesnt display it's contents
Do I understand correctly that you want to add the shipping price in BASKET page not in order form page? next question: do you use product attributes with any of your products?
You sort of understand me, I don't want to add the shipping charge. I simply want to show what it is approximatly based on the amount of the basket total. Not add it to the total, just show