You have no items in your shopping cart.

Profile: michaelm@gogbs.com

Avatar
Statistics

    Posted this in the wrong thread.  Reposting.

    The plugin works great on the front end.  We have about 100K categories and 60K of products with more being added.  Our webstore is blazing even with the number of records.

    However, the NOP Admin is really slow when we try attempt to Manage a Category or a Product.  Is there away for the plugin to run on the NOP Admin as well?

    6 years ago



    The plugin works great on the front end.  We have about 100K categories and 60K of products with more being added.  Our webstore is blazing even with the number of records.

    However, the NOP Admin is really slow when we try attempt to Manage a Category or a Product.  Is there away for the plugin to run on the NOP Admin as well?

    6 years ago

    The Customer Role for Tier Prices works fine.

    However, the Start/End Date per Tier is not working for me.

    I'll send you a copy of the test import sheet.

    6 years ago

    Hi,

    Regarding the TierPrices:

    1. Could you have the ability to set the Customer Role on the TierPrices?
    2. And the ability to set a Start Date and End Date for the TierPrices?

    6 years ago

    Thanks for the quick response.

    Works beautiful!  

    6 years ago

    Would be nice when you do an export, if there are no tier prices then on the excel sheet fill that column with the empty curly brackets {} instead of blank.

    We end up always manually adding the {} on every cell if our import has mixed prices (meaning some SKUs have tier prices and some don't)

    6 years ago

    Thanks. It works!

    6 years ago

    Is there a way to change the 'Filter By" text that shows up at the top of the Speedfilters to something else?

    6 years ago

    Would be nice to be able to set the Start Date and End Date of the TierPrices and Product Price.

    6 years ago
    Bugs

    Thanks for checking and pointing out the issue.

    It was a data issue.  There was a carriage return character on several records in the Name column in the the SpecificationAttributeOption table

    Ran this script and it fixed the data issue:

    UPDATE [dbo].[SpecificationAttributeOption]
       SET [Name] = RTRIM(LTRIM(replace(replace([Name],char(13),''),char(10),'')))

    May be on future releases, to make the plugin resilient, may be it can clean the dropdown value first before rendering the dropdown.

    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved