Developer forum

Forum » Ecommerce - Standard features » Bulk prices information

Bulk prices information

Nuno Aguiar
Reply

Hi,

 

I need to show the bulk prices set up in a product detail. Is there another way besides Data Management to the eComPrices table?

 

I tried it, but I can only get it to work using ajax because if I have customized URL's, I cannot get the @Request("ProdID") or @Session("ProdID") to get the necessary output. Could this be considered a minor bug/issue?

 

Does anybody have a better suggestion?

 

Nuno


Replies

 
Nicolai Høeg Pedersen
Reply

The Price info you are looking for is part of 8.3 as far as I remember.

 

That said, using customized URLs is just something that happens in the browser. You can still use i.e. @Request("ProdID") in your datalists.

 

NP

 
Nuno Aguiar
Reply

Hi Nicolai,

 

If it does come in 8.3, that's great. It's not in the Relases features or bug fixes though.

 

As for the URL, it works, but only if you have customized URL's turned off in terms of eCommerce Product detail, otherwise it does not.

 

Check it out for the same product detail page:

 - http://nunoaguiar8.dev1.dynamicweb.pt:81/products-and-vats/produto-a.aspx?ProdID=PROD10 (forcing ProdID)

 - http://nunoaguiar8.dev1.dynamicweb.pt:81/products-and-vats/produto-a.aspx (customized URL not forcing prodID)

 

Best Regards,

Nuno

 
Nicolai Høeg Pedersen
Reply

Hi Nuno

 

It is called "Multiple prices in the same currency", TFS#12135. It is a change to the way prices are managed on a product and also gives you a new loop of prices on the product, including different currencies and quantities.

 

The parameter to use in your datalist is @Request("ProductID") and not @Request("ProdID")

 

BR Nicolai

 
Nuno Aguiar
Reply

Hi Nicolai,

 

Got it. Works like a charm, thanks

 

Nuno

 

You must be logged in to post in the forum