Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shop showing the final price to clients before registering/loggin in..


Luciel

Recommended Posts

Posted

Hi All,

 

I did a search but couldn´t find anything related to it, please forgive me if this has already been discussed.

 

I need for oscommerce to show the total price (products+taxt+shipping) before making the client log in/register, is this possible?

 

Thanks.

Posted

Well if You use individual shipping it is.

Or if itsa shiping not based on location like flat rate or table rate.

 

Tax can be shown by admin configuration for shipping either add shiping estimater or apply some code.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
Well if You use individual shipping it is.

Or if itsa shiping not based on location like flat rate or table rate.

 

Tax can be shown by admin configuration for shipping either add shiping estimater or apply some code.

 

Satish

 

The problem is i NEED to use shipping by table rate, and i´m not sure what you mean on your last line.

Posted

Anyone? i really need for the final price to appear before the login/register screen very urgently, i´m prepared to pay for it if needed, it´s that urgent.

Posted

You can add an estimate fairly easy (see below), but you can't provide factual information based on information you simply don't have.

 

You could base an guesstimate (I can't believe the spell checker accepts that word) on some arbitrary info and display something like

 

$50.00

incl. Tax & Shipping to Timbuktu

Note that Tax & Shipping may vary

 

Other than that, I'm not sure I understand what you are trying to do - maybe explain a little more in detail.

Even at a Mensa convention someone is the dumbest person in the room.

Posted

That´s not good enough though, i´ll try to explain better:

 

The check out steps are as follow (correct me if i´m wrong):

 

click buy on a product

on your cart click checkout

this takes you to the login or register screen

once your´re logged in or you´ve registered it shows you the final bill (price, tax, shipping costs, total)

the next steps are irrelevant to this matter.

 

what i want to do is for the site to show the finall bill step (number 4 in the avobe list) before the login/register screen (number 3 on the avobe list). So the checkout steps i want have to be in the following order:

 

click buy on a product

on your cart click checkout

final bill (price, tax, shipping costs, total), click accept, next or whatever it says.

this takes you to the login or register screen

the next steps are irrelevant to this matter.

 

get me?

Posted

The problem is that you are trying to give them a total on charges that you don't know yet. Tax and shipping is based on location - if you don't know their location, you can't give them tax and shipping prices. You might as well ask to display their total before they select a product ...

 

The only thing I can think of is to display net and gross amounts so they can decide which applies to them and make shipping a flat fee based on price, weight, whatever and not depending on destination.

Even at a Mensa convention someone is the dumbest person in the room.

Posted

You are absolutly right, i don´t understand how i couldn´t see that.

 

Ok, so i tried using table rate, however the client is still required to log in/register before seeing the final bill.

Posted

Now that we have that settled, you should be able to build in a call to the shipping module in the shopping_cart.php to add shipping. For pointers take a look at checkout_confirmation to see how its done there.

Even at a Mensa convention someone is the dumbest person in the room.

Posted
Now that we have that settled, you should be able to build in a call to the shipping module in the shopping_cart.php to add shipping. For pointers take a look at checkout_confirmation to see how its done there.

 

Ok i´ll have a look at it tomorrow morning and comment on how it goes, thanks for your time Mav666

Posted

Ok i´ve had a go at it, but i´m afriad my php skills aren´t that good, not enough to do this aniway (more familiar with nuke).

 

Could someone do it for me? again i´m prepared to pay for time.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...