New Post: Multiple calculated shipping options
Is there a way to create multiple shipping methods for custom shipping calculators (using the calcship.provider) in NB Store NB_Store v. 2.3.8 rel4? I would like to be able to give shoppers the option...
View ArticleNew Post: List to Details very slow
Hi Dave, The app pool as no limit, its schedules a certain times. I am now monitoring the install and looking to see what is happening, could the problem be related to the search indexing slowing the...
View ArticleNew Post: Adding Text Fields to Product Models
I need to add height, width, and length fields to the product model so that I can store this data for each model in order to use it with my custom shipping calculator. I know the ShippingRates db table...
View ArticleNew Post: Adding Text Fields to Product Models
Once again I found the answer myself not long after posting in this forum...I needed to modify the AdminProduct.ascx to display the additional fields and I needed to modify its corresponding back-end...
View ArticleNew Post: Adding Tooltip to Bespoke Product Field
I've successfully created and labeled a bespoke product field. I want to add a tooltip with a customized message to the label of this field. Is this possible? If so, I would greatly appreciate if...
View ArticleNew Post: Adding Tooltip to Bespoke Product Field
The custom fields are just plain HTML and are not connected to the DNN tooltips system. That means you can just do anything you want to make a tooltip. Just put the HTML into the...
View ArticleNew Post: Dissable Dealer in Store
Hi Guys, I am trying to disable Dealer 0.00 that displays below prices from in the productdetails.template also a buy now button and summary in the store page. Any help would be greatly appreciated....
View ArticleNew Post: Dissable Dealer in Store
Note that the dealer price doesn't display to your buyers unless they are in the dealer role. I'm not sure what the exact request was in the rest of your post - check the wording again carefully. It...
View ArticleNew Post: Import Products from External CSV source?
Hi guys, I've seen import under admin menu in BO and wondered if it is possible to import products from CSV file from a 3rd party. And if so what I need to keep in mind in order for a successful...
View ArticleNew Post: Importing Products into NB store.
Hey Ive been trying to setup the productCSV.ImportMapping and the categoryCSV.ImportMapping. Ive got it importing the information for the products but the categorys are getting populated by the...
View ArticleNew Post: Adding Tooltip to Bespoke Product Field
@robax - I apologize for not responding to this sooner, I had been working on developing other things in my store and did not return to this concern till today. Your suggestion worked, I successfully...
View ArticleNew Post: Optional service to product purchase
Hello, I have a case where together with the product a potential client should be able to purchase an optional installation (talking about physical installation of devices in a house, for instance)....
View ArticleNew Post: Optional service to product purchase
Options are at the product level. Add name=Installation Options, Value1=You Install (price $xx), Value2=We Install (price $0) It's useful to have descriptive option values because only the value comes...
View ArticleNew Post: Optional service to product purchase
Thanks, Rob; I was somehow convinced that options could not have prices attached, but I was wrong, obviously. Regards Franco
View ArticleNew Post: Importing Products into NB store.
HI Jordan, I've also had problems importing. How did you structure your csv for categories? Thanks, Andre
View ArticleNew Post: Import Products from External CSV source?
I've tried importing by following the instructions offer under documentation. but ran into error: System.ArgumentNullException: Key cannot be null. Parameter name: key at...
View ArticleNew Post: Retrieve Store Address
I need to query the store's address from the NB Store database. It appears the NB_Store_Address table contains an address and basic settings for the store. Is this correct? Where is this data in the...
View ArticleNew Post: Retrieve Store Address
Those are the addresses entered into the address collector during checkout. There store's address is only used in email notifications and it entered into the merchantaddress.template in the back...
View ArticleNew Post: Retrieve Store Address
Thanks for your advise Rob. I decided to create a new setting in the back office utilities to store the address so that I could easily query and extract the values. This issue has been resolved.
View Article