You have no items in your shopping cart.

Thursday, March 28, 2024 4:49:32 PM

Feature Requests

Posted: 8 years ago

#565 Quote

Support

Posted: 8 years ago

#565 Quote
Here you can order a new plug-in functionality.

Posted: 7 years ago

#3005 Quote
subject tier price role export and import

Hi,
your plugin is great but i need a step more.
I need to keep track of the role in tier price as it is in the basic nopcommerce's structure.
I mean if could be possible get this info in the csv export and maybe in having the same in the import.
example:

my csv product is like this but tier price are about the same qty but different roles
2855,D82740A,,,133.5000,0.0000,0.0000,,{1:66.7600;1:113.4700;}

so it will be great if i'll could get something like

2855,D82740A,,,133.5000,0.0000,0.0000,,{12:1:66.7600;13:1:113.4700;}

where 12 and 13 are the roleid's of the tier price.
I hope that my example is understandable.

Posted: 7 years ago

#3011 Quote

Support

Posted: 7 years ago

#3011 Quote
Version 1.05 - December 29, 2016

+ added new feature "Export Customer Role Id for Tier Prices".

Posted: 7 years ago

#3012 Quote
Great, it works.
Now should be possible to implement a new import method with the same logic?
I mean that we have the export with all coordinates for tier price: roleid, quantity, price
so i can imagine that the plugin should be able to process the file like an option "Update tier Price integrally by file" that could search the tier price that is in hte file by roleid and quantity and update that price if a record is found and add a new record in the tier price table if there is not any corrispondace.
What do you think about?
Obviously i'll buy the plugin still if you won't do this kind of function but it will be great for my customer to have it with the target of getting update work really easy and maybe with some automation into the erp

Posted: 7 years ago

#3013 Quote

Support

Posted: 7 years ago

#3013 Quote
I added this logic
quantity, roleid, price

If you need I change it with your order. We dame release today and I can change logic.

Plugin reads tier prices from the file.
If this string has this format {quantity:price} plugin will save tier price without customerRoleId.
If this string has this format {quantity:customerRoleId:price} plugin will save tier price with customerRoleId.
Be carefully if plugin sees tier price in csv file plugin will delete ALL old tier prices and saves new tier prices from the file.

Posted: 7 years ago

#3014 Quote
when you are writing
"Be carefully if plugin sees tier price in csv file plugin will delete ALL old tier prices and saves new tier prices from the file."
you are talking about deleting all tier prices of the products in the csv, is right? The tier price for the products that aren't in the csv won't be deleted, is right?

Posted: 7 years ago

#3015 Quote

Support

Posted: 7 years ago

#3015 Quote
What do you think about
{quantity:customerRoleId:price}
or
{customerRoleId:quantity:price}
?

>The tier price for the products that aren't in the csv won't be deleted, is right?
Yes and No.
Example.
This three products ware in csv file.
1. Product 1 has tier prices in csv and in Nop store.
Plugin will remove old tier prices in Nop store and upload new tier prices frin the csv file.

2. Product 2 hasn't tier prices in csv and but has tier prices in Nop store.
Plugin will leave old tier prices in Nop store.

3. Product 3 has tier prices in csv and but hasn't tier prices in Nop store.
Plugin will save new tier prices from the file.

Posted: 7 years ago

#3016 Quote
Ok , perfect.
Only one confirm then i'll place my order: following your example product 4 that is not in the csv won't be touched, is it rigt?

Posted: 7 years ago

#3017 Quote

Support

Posted: 7 years ago

#3017 Quote
product 4
Yes.
If product 4 isn't in csv file, plugin doesn't change it. Product will have old tier prices.

Posted: 7 years ago

#3018 Quote
ok i'm buying the plugin so you could proceed with the upgrade

Posted: 7 years ago

#3019 Quote
The logic of the  plugin is changed in the simple import or in the general import?

Posted: 7 years ago

#3020 Quote

Support

Posted: 7 years ago

#3020 Quote
> in the general import?
Only general import has this feature. General import supports two type format (with customerRoleId and without it)

Simple import supports only two column csv files.

I have changed our documentation.
http://www.foxnetsoft.com/documentationnoppriceimportexport

Posted: 7 years ago

#3070 Quote
Hi, should be possible to update UpdatedOnUtc field when a product price or one of his tier prices are changed?

Posted: 7 years ago

#3071 Quote

Support

Posted: 7 years ago

#3071 Quote
Yes. I'll add this feature.

Posted: 7 years ago

#3073 Quote

Support

Posted: 7 years ago

#3073 Quote
We added this feature.
Release 1.06.

Posted: 6 years ago

#6767 Quote

michaelm@gogbs.com

Posted: 6 years ago

#6767 Quote
On the Copy/Update Page:

1.  Could we add a filter based on the Specification Attribute value?

2.  Would be great to have an ability to delete a tier

On the export/import sheet:

1.  Add the header.  I see myself constantly adding the header to manipulate the records in excel.

2.  Allow import with the headers.  After I am done manipulating in excel, I still have to manually remove the header row.

Posted: 6 years ago

#6770 Quote

Support

Posted: 6 years ago

#6770 Quote
>1.  Could we add a filter based on the Specification Attribute value?
It's a good idea to add such filter.
Thank you.

>2.  Would be great to have an ability to delete a tier price
Do you mean to remove all tier prices?
If you import tier prices plugin removes OLD tier prices.

>1.  Add the header.  I see myself constantly adding the header to manipulate the records in excel.
Do you mean to add new checkbox 'Add header'?

>2.  Allow import with the headers.  After I am done manipulating in excel, I still have to manually remove the header row.
I must to add new checkbox 'Skip header line' too...

Thank you for this idea.

We test new plugin for import stock and price using nop tasks. But this plugin has another logic.


Posted: 6 years ago

#6773 Quote

michaelm@gogbs.com

Posted: 6 years ago

#6773 Quote
1.  Awesome.  Let me know when you have this.

2.  Would be great to have an ability to delete a tier price
>>Do you mean to remove all tier prices? If you import tier prices plugin removes OLD tier prices.
<<I was thinking more on having the delete on Copy/Update tab rather doing an import sheet.


1.  Add the header.  I see myself constantly adding the header to manipulate the records in excel.
>>Do you mean to add new checkbox 'Add header'?  
<<Yes, if that can be an option to add the headers when a file is exported. It can be how MS SQL says in it's text: "Export with headers"

2.  Allow import with the headers.  After I am done manipulating in excel, I still have to manually remove the header row.
>>I must to add new checkbox 'Skip header line' too...
<<Yes,  you can say: "Ignore headers".


Posted: 6 years ago

#6774 Quote

Support

Posted: 6 years ago

#6774 Quote
Ok.
What nop version do you use now?

Posted: 6 years ago

#6776 Quote

Support

Posted: 6 years ago

#6776 Quote
I did new release.

Version 1.07 - November 04, 2017

+ added support creating header of columns (export stock)
+ added support skipping header line (import stock)
+ added new filter Product Specification (export stock)

But this this release doesn't import tier prices as you wrote.

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved