Hello,

We had implemented the BlogEngine.net on CB 16 and were able to use it, now that we are upgrading to CB 19 which already has Blogengine integrated, anybody knows how to copy the XML files and other necessary configuration from old blog to new ones.

Appreciate any feedback on the folder/files involved that needs to be copied over and re-mapped so we can keep the data we have and migrate over ...

Read More...

Hello,
The Stockhint status shows In Stock or Out of Stock based on stock level, we want to break the Out Of Stock into 2 more status as "Sold Out" and "Back Order" based on few criteria.

We have done the following changes in DisplayStockHint function and still unable to display the custom hint on this specific XML package/page

This change works fine in the product page, but it is not displaying the stock hint properly in entity.tablecondensedSingleAddToCart.xml.config

if (item.IsSpecialOrder==true && showbuybutton==true)
html.AppendFormat(" ise.StringResource.registerString('showproduct.aspx.91', '{0}');\n", "BackOrder");
else if (item.IsSpecialOrder == true && showbuybutton == false && freestock <= 0 )
html.AppendFormat(" ise.StringResource.registerString('showproduct.aspx.91', '{0}');\n", "Sold Out");
else
html.AppendFormat(" ise.StringResource.registerString('showproduct.aspx.91', '{0}');\n", AppLogic.GetString("showproduct.aspx.91", true));

We have done required changes in product_ajax.js too, still no luck somewhere the function is resetting to Out ofStock (PreOrder).

We have debugged the code and the value comes properly in DisplayStockHint function and js function. I am not able to figure out where the value gets changed.

It shows stock hint differently in grid & product page.

Please review the details and let us have your feedback.

Thanks,

Read More...

Harsha B Sarjapur has a new profile cover. 8 years ago