Page 2 of 2

Re: Phoca Cart - Item View - Next Previous Buttons

Posted: 30 Apr 2020, 22:12
by bizsmith
Thanks again for your excellent support.
When importing products, do we have to create a cell with the ordering already incremented?
If yes, maybe a feature request for auto increment at some point.

Regards
Greg

Re: Phoca Cart - Item View - Next Previous Buttons

Posted: 01 May 2020, 00:07
by bizsmith
is there some way to auto increment the ordering column by category during import?
Thanks
Greg

Re: Phoca Cart - Item View - Next Previous Buttons

Posted: 01 May 2020, 17:13
by bizsmith
Hi Jan,
Looks like I have found a remedy to the Next Prev buttons after import
I incremented the 'ordering' column in mySQL across all the products id in the catagories db and things are working now.
Although we did not restart from 1 on a new category, which probably should happen according to your suggestions.

Possibly a New Feature Request would be to add the auto_increment categories ordering to the import feature for every add of a category_id

Thanks again for your help and the great Phoca Cart System.

Greg

Re: Phoca Cart - Item View - Next Previous Buttons

Posted: 02 May 2020, 14:32
by Jan
Hi,

thank you for the info.
bizsmith wrote: 01 May 2020, 17:13 Possibly a New Feature Request would be to add the auto_increment categories ordering to the import feature for every add of a category_id
The problem with auto increment is, when importing items, current items are replaced (by ID or SKU) but items which are not included in import are still there (so then there will be conflict between imported items and current items).

I will try to take a look at it, if there is some another way.

Thank you, Jan