IPB

Welcome Guest ( Log In )

 
Reply to this topicStart new topic
> Pricing Visibility, Need some advice.
jblack@acccorpor...
post Aug 7 2008, 06:41 PM
Post #1





Group: Verified NS Member
Posts: 25
Joined: 8-July 08
Member No.: 1,394



We need to see if there is a way to hide all of the pricing information until a customer is logged in. The customers need to be able to view the products and all the pages, but not be able to see the prices. Is there anything we can do to make this happen?
Go to the top of the page
 
+Quote Post
fashionicon2
post Aug 7 2008, 10:41 PM
Post #2





Group: Verified NS Member
Posts: 3
Joined: 7-May 08
Member No.: 1,109



QUOTE (jblack@acccorporation.com @ Aug 7 2008, 04:41 PM) *
We need to see if there is a way to hide all of the pricing information until a customer is logged in. The customers need to be able to view the products and all the pages, but not be able to see the prices. Is there anything we can do to make this happen?


I've called in a few times for this feature but with no luck. Although they've added my name to request for this feature in future updates. I would suggest to do so as well.


Mike
Go to the top of the page
 
+Quote Post
MC Team - Eddie
post Aug 8 2008, 09:36 AM
Post #3





Group: Administrators
Posts: 746
Joined: 10-August 07
From: St. Louis
Member No.: 8



You can find an answer to this in the old 4x forum.

QUOTE
QUOTE ( @ Aug 1 2008, 06:15 PM)
1) No Price Levels by $$ amount
> OK, I overcome this with % discounts, not perfect but OK for now.
(oh, and make sure the discount is an even percent, no fractions exist in netsol world)

2) When a wholesale customer is logged in EVERY item shows as "ON SALE"
> I know I can change the text to say wholesale price <BUT> when we DO have a sale, We can't have a sale because then the retail customers will see the 'sale price' as 'wholesale price'

These will be available again in an upcoming release, and much improved. You'll most likely be able to specify 3 things for each price level - price, price message, and "prevent purchase". This will go down to the variation level as well. Your default price could be a message that says "login to view price", your logged in users could be split up into 2 customer groups (wholesale, retail) and be assigned actual prices, price message, or just a message to "call for pricing" if using the message in conjunction with "prevent purchase".

Also, we plan on making this work in conjunction with Customer Group Discounts as well. If this is possible for the initial feature release, it means that you could, for example, give your retail customers only an additional 20% off on a particular weekend.
Go to the top of the page
 
+Quote Post
jblack@acccorpor...
post Aug 8 2008, 07:18 PM
Post #4





Group: Verified NS Member
Posts: 25
Joined: 8-July 08
Member No.: 1,394



QUOTE (MC Team - Eddie @ Aug 8 2008, 07:36 AM) *
You can find an answer to this in the old 4x forum.


These will be available again in an upcoming release, and much improved. You'll most likely be able to specify 3 things for each price level - price, price message, and "prevent purchase". This will go down to the variation level as well. Your default price could be a message that says "login to view price", your logged in users could be split up into 2 customer groups (wholesale, retail) and be assigned actual prices, price message, or just a message to "call for pricing" if using the message in conjunction with "prevent purchase".

Also, we plan on making this work in conjunction with Customer Group Discounts as well. If this is possible for the initial feature release, it means that you could, for example, give your retail customers only an additional 20% off on a particular weekend.


Awesome that they are going to be adding this feature with the next fix. (IMG:http://forums.networksolutions.com/style_emoticons/default/biggrin.gif)

I was asked to find out two things however...

First, do you know when they will be implementing the next update?

Second, do you know of a temporary fix we can use until the update takes place?

Thank you very much for the assistance.
Go to the top of the page
 
+Quote Post
MC Team - Eddie
post Aug 11 2008, 08:41 AM
Post #5





Group: Administrators
Posts: 746
Joined: 10-August 07
From: St. Louis
Member No.: 8



QUOTE (jblack@acccorporation.com @ Aug 8 2008, 06:18 PM) *
Awesome that they are going to be adding this feature with the next fix. (IMG:http://forums.networksolutions.com/style_emoticons/default/biggrin.gif)

I was asked to find out two things however...

First, do you know when they will be implementing the next update?

Second, do you know of a temporary fix we can use until the update takes place?

Thank you very much for the assistance.


This will not be in the next release (7.3.1) however it is on the horizon. As to the specific date, we are running close to the end of the QA cycle for 7.3.1 so it will be soon. The release for this price level feature has not been set.
Go to the top of the page
 
+Quote Post
keigo
post Aug 21 2008, 01:49 PM
Post #6





Group: Verified NS Member
Posts: 2
Joined: 19-August 08
Member No.: 2,032



While the prices are hidden the quantity discounts show up anyway. Can you please add a code for "do not show until customer is logged in"?
Go to the top of the page
 
+Quote Post
fashionicon2
post Sep 19 2008, 12:31 AM
Post #7





Group: Verified NS Member
Posts: 3
Joined: 7-May 08
Member No.: 1,109



Is this going to be implemented anytime soon. I really need this on my site because all my competitors are using ecommerce sites with this option.
Go to the top of the page
 
+Quote Post
MC Team - Eddie
post Sep 19 2008, 08:44 AM
Post #8





Group: Administrators
Posts: 746
Joined: 10-August 07
From: St. Louis
Member No.: 8



QUOTE (fashionicon2 @ Sep 18 2008, 11:31 PM) *
Is this going to be implemented anytime soon. I really need this on my site because all my competitors are using ecommerce sites with this option.


Unfortunately we had to remove this from the upcoming release due to performance issues. We are still looking for the best possible solution and hope to be able to include this in the following release.

As with all releases you will be notified of what exactly is in them when release notes are made available both here in the forums and on the manual homepage.
Go to the top of the page
 
+Quote Post
KeiImports
post Oct 2 2008, 06:46 PM
Post #9





Group: Verified NS Member
Posts: 1
Joined: 2-October 08
Member No.: 2,646



Has anyone had any luck coming up with a script that might work to hide the prices until users have logged in?
Go to the top of the page
 
+Quote Post
Goomba
post Oct 2 2008, 10:07 PM
Post #10





Group: Verified NS Member
Posts: 215
Joined: 13-July 08
From: St. Louis, MO
Member No.: 1,446



You can use User.IsLoggedIn within the product layout design to hide the info on the product detail page.

Use what's below to hide the information on the list view.

Put this at the bottom of your header:

CODE
<ns:if condition="!User.IsLoggedIn">
  <style type="text/css">
    div.product-list-price { display: none; }
  </style>
</ns:if>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version    Network Solutions © 2008 Time is now: 2nd December 2008 - 04:31 PM
Domain Names | Web Hosting | Web Design | Shopping Cart Software | Online Marketing | SSL Certificates