Custom pricing application

This is an archive of old posting to the User Forum

Re: Custom pricing application

Postby Joseph » Fri May 07, 2004 9:30 am

Thanks for your help, Rob...

I'm going to proceed with this paradigm...I may have a few questions later
on, if you don't mind :)

Joseph

"Rob" <rob@mangiafico.net> wrote in message
news:c7gbkm$ecm$1@support.shopsite.com...
How does this prevent the customer from monkeying with the price?

It would be nice if we could MD5 it, and provide ShopSite with a key.
Regardless, are there any security features in place that we could use
here?

I know this is using Variable Pricing in ways it wasn't necessarily
meant
to
be used...but that's what this newsgroup is for :)

No MD5 that I'm aware of, but if you use the internal itemnum, it would be
much more difficult for someone to guess this number and then manipulate
it,
and pass the correct syntax, as the Location: method actually changes the
URL displayed once the customer sees the cart, so the itemnum and
associated
data is not seen in the displayed URL.

Rob

Joseph
 

Re: Custom pricing application

Postby Joseph » Fri May 07, 2004 12:33 pm

Rob;

After the customer has selected his two dimensions, and I have added the
item to the cart, how can I pass them on in the subsequent checkout screens,
so that both the merchant and customer can see the sizes on the order?

I cannot make them Order Option select fields, because the client would be
tempted to change them in the cart, yet the price would not be updated. I
cannot use javascript to prevent them from changing, because javascript may
not be enabled on a browser.

Any suggestions?

Thanks!
Joseph

"Rob" <rob@mangiafico.net> wrote in message
news:c7gbkm$ecm$1@support.shopsite.com...
How does this prevent the customer from monkeying with the price?

It would be nice if we could MD5 it, and provide ShopSite with a key.
Regardless, are there any security features in place that we could use
here?

I know this is using Variable Pricing in ways it wasn't necessarily
meant
to
be used...but that's what this newsgroup is for :)

No MD5 that I'm aware of, but if you use the internal itemnum, it would be
much more difficult for someone to guess this number and then manipulate
it,
and pass the correct syntax, as the Location: method actually changes the
URL displayed once the customer sees the cart, so the itemnum and
associated
data is not seen in the displayed URL.

Rob

Joseph
 

Re: Custom pricing application

Postby Rob » Fri May 07, 2004 1:07 pm

After the customer has selected his two dimensions, and I have added the
item to the cart, how can I pass them on in the subsequent checkout
screens,
so that both the merchant and customer can see the sizes on the order?

I cannot make them Order Option select fields, because the client would be
tempted to change them in the cart, yet the price would not be updated. I
cannot use javascript to prevent them from changing, because javascript
may
not be enabled on a browser.

I would use the variable name and sku fields to set a custom name that
includes the data you need displayed to the client:
box - 4x8

That should do the trick. :)

Rob
Rob
 

Re: Custom pricing application

Postby lala » Thu Sep 16, 2004 2:16 pm

Yes... I had the same issue and we ended up writing a whoel applciation -
see it at

http://quote.vertigocd.com - we should have just dumped the pricing off
into shopsite - not writen a whole cart after it.. oppps.... I suggest
writing it in PHP and using the order API to complete the order - life will
be good.

Ian

ian atttt toledo.com

"Rob" <rob@mangiafico.net> wrote in message
news:c7e80a$2ef$1@support.shopsite.com...
What I'd really like to see is an API provided which would allow a
program
to make a pricing adjustment, and provide the information back to
ShopSite,
whenever the shopping cart is recalculated/populated. It seems that you
would have done much of the backend work necessary when you implemented
variable pricing, and the OrderAPI provides a great roadmap to the
implementation.

You could do this with a server side script such as perl or php. In your
catalog page, you can use a variable price/sku product, and have the "Add
to
Cart" button send this data along with ordering options to a server side
script. This script then processes the data, and comes up with the
appropriate price/sku, and then adds this to the cart using hidden tags.
This way the client cannot manipulate the process.

The variable price/sku addition in ShopSite 7 opens up a wide range of
possibilities for its use with server side applications. It acts almost
like
a shopping cart API.

Hope this helps.

Rob

lala
 

Previous

Return to User Forum Archive

Who is online

Users browsing this forum: No registered users and 34 guests

cron