New Post: Shipping Provider Issues - Urgent
um!!......thinking again...that does seem a little odd for an interface....I'll look !!!
View ArticleNew Post: Shipping Provider Issues - Urgent
OK...it's using the current instance of the portalsettings to get the portalid so the provider can be created by name from the Nb_Store setting. But you should only need a reference to the DNN and...
View ArticleNew Post: Image appearing behind the details panel
Hi there, I am having a problem where the image is partly not visible because its behind the product details panel. Has anyone come across this earlier? Try :...
View ArticleNew Post: Image appearing behind the details panel
Hi nicko, this is a z-index problem. Place this line in your portal.css .DnnModule {z-index: 90 !important} There is another way to solve this as well, edit the...
View ArticleNew Post: PxPay "Waiting for Bank" Status
Since starting this thread I'm happy to report that I have only had two more instances of the error from the site that gave me trouble, and I have another portal that has never faulted. But Rob did...
View ArticleNew Post: PxPay "Waiting for Bank" Status
I don't have breadcrumbs on either store that I have this issue with.
View ArticleNew Post: Shipping Provider Issues - Urgent
Hi Dave, Thanks for your assistance...I feel i am making progress here.. I created a new DNN Module, and added the classes used in the custom shipping provider to the project, so i could pass in the...
View ArticleNew Post: Shipping Provider Issues - Urgent
Test Rig Code protected void StartTestRig_Click(object sender, EventArgs e) { NEvoWeb.Modules.NB_Store.XXXXXCustomShippingProvider.StarTrackShip oStarTrackShip = new...
View ArticleNew Post: Shipping Provider Issues - Urgent
The Downloads Page has three entries (below) about shipping, none of which tells me what settings I need to check :-(Shipping_Region_SQL_Insert_fr-FR.txt : A list of French Shipping...
View ArticleNew Post: Logging
Hi, Where does the SharedFunctions.UpdateLog command creates the log? Thanks, Rony
View ArticleNew Post: Shipping Provider Issues - Urgent
I am hoping for a bit more detail on what settings need to be included in what sections, as the links that have been mentioned (below) detail are more about using locations rather than utilsing a...
View ArticleNew Post: remove price from options drop down
Hi Guys, I have a requirement to show options, however I need to ensure that the price is not shown,so that only the final price is shown at checkout. All I need to do is pull out the +number from the...
View ArticleNew Post: Shipping Provider Issues - Urgent
HI, Ok that setting "calcship.provider" is the shipping provider that is overwriting the build-in shipping. If it's empty then the build-in shipping calcs will start working, if not then whatever dll...
View ArticleNew Post: remove price from options drop down
Hi, I think you'll have to do some nifty JS or jump into the code for that. ProductTemplate.vb Regards, Dave
View ArticleNew Post: Logging
Hi rony, Logs are created in text file in the nbstore folder.. The log file(s) are located in the : Desktopmodules > NBStore > Logs folder Regards, Geoff
View ArticleNew Post: Logging
Just found it:https://nbstore.codeplex.com/wikipage?title=Audit%20logs&referringTitle=Documentation Thanks, Rony
View ArticleNew Post: remove price from options drop down
Thanks Dave, too easy! For anyone that might want the same thing,just remove 2 sections of: If objOVInfo.AddedCost > 0 Then strDesc &= " +" & FormatToStoreCurrency(objOVInfo.AddedCost) End...
View ArticleNew Post: nb_store product list with responsive skin
helloo i am trying to build a website with responsive skin.. Is there any way to make nb_store product list that compatable with responsive skin.. Any help will be appreciated Regards, Geo
View ArticleNew Post: nb_store product list with responsive skin
Hi Geo, I think the best way to go about this is to first change the fixed widths to percentages, that way the div and tables etc., will size with the screen being used. Another way is to media queries...
View ArticleNew Post: nb_store product list with responsive skin
Hi Geoff,thanks for your replay......i was using table layout before.. and i changed to flow layout.... i will try media queries now to solve the problem... Regards, Geo
View Article