Product price (Our Price Line) ?

Faisal Alsugair asked on July 22, 2014 14:51

Hello,

I try to disable the price of products from all pages...

On the transformation Properties of products list I have remove the line:

<%# GetSKUFormattedPrice() %>

<uc1:CartItemSelector id="cartItemSelector" runat="server" SKUID='<%# EvalInteger("SKUID") %>' SKUEnabled='<%# EvalBool("SKUEnabled") %>' AddToCartImageButton="~/App_Themes/CorporateSite/Images/btn_addToShoppingCart.png"/>

I noticed the price hase been hidd from the categories pages but still I see the price on the product page..

for extra explain please click on the category page link: http://www.namerah.com/Products/Smartphones.aspx

For product page link: http://www.namerah.com/Products/Smartphones/BlackBerry-Torch-9800.aspx

My question: I want to disbale the price also from product page?.

Please advise..

Recent Answers


Joshua Adams answered on July 22, 2014 15:18

The selected item transformation needs to be changed as well. It sounds like you changed the first transformation, but you also need to change the selected item transformation, which I would guess is used on the actual product page.

You need to go to this page:http://www.namerah.com/Products/Smartphones.aspx and take out the price from the selected item transformation, which should take care of this.

0 votesVote for this answer Mark as a Correct answer

Faisal Alsugair answered on July 22, 2014 16:37

Hello, Please let me explain..

The link that you select: http://www.namerah.com/Products/Smartphones.aspx without prices...

When I did the remove codes from this page http://www.namerah.com/Products/Smartphones.aspx I go to: 1- Design mode 2- Click right on (Products List) 3- Configure 4- I show new window Web part properties (propeater) 5- In the line Transformation CorporateSite.Transformations.ProductList I click Edite 6- Here I removed the codes as first my question. 7- I noticed the transformation has beed change for all Products page.

The issue (why the price disable from the main category of products but the item still show the prices?.

Please advise..

0 votesVote for this answer Mark as a Correct answer

Joshua Adams answered on July 22, 2014 16:46

There should be three different transformations if I am thinking of the correct webpart, one is the Transformation, one is the alternating transformation and one is the Selected Item Transformation. The normal transformation controls the main page where it would show up(aka higher level) - usually includes a preview of the product or document, the alternating is pretty self explanatory, but the selected item will actually be used when a product or document is selected and being viewed.

I think the proper webpart for this is the repeater. Do you see the three options that I am talking about? If not, you may be using a different webpart. If that is the case, check the properties of whatever webpart you have on the specific product page.

0 votesVote for this answer Mark as a Correct answer

Faisal Alsugair answered on July 23, 2014 03:38

Hello,

Yes, I see the three options that you talking about? and the modify was on the first option. please advise.

0 votesVote for this answer Mark as a Correct answer

Joshua Adams answered on July 23, 2014 15:33 (last edited on July 23, 2014 15:33)

Then you would make the same change in the selected item transformation that you made above, if thats what you are wanting. This would make sure that a price wouldn't show up on either view.

0 votesVote for this answer Mark as a Correct answer

Faisal Alsugair answered on July 23, 2014 15:40

Hello,

When I cleck on Edite of selected item transformation I see the small window with message: The Selected value contains a macro expression, the item cannot be edited from this context

Please advise.

0 votesVote for this answer Mark as a Correct answer

Faisal Alsugair answered on July 24, 2014 15:51

Please advise...

0 votesVote for this answer Mark as a Correct answer

Ivana Liptakova answered on July 24, 2014 16:26

Hi,

Selected item transformation in Product list web part on you BlackBerry page is configured as {%classname%}.CorporateSite

You can modify the transformation in Document types application (in version 8.1 it will be called Page types) and edit type Smartphone. On Transformation tab edit transformation with suffix CorporateSite. It is the one you are looking for.

P.S. If you would like to create a shop I recommand you to install sample E-commerce site. It helps you to build a flexible checkout process. On the Corporate sample site is used the obsolete one.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.