v1.6-v1.7 Mass products move/associate between categories Module

etienne1234

Member
XNullUser
Joined
Aug 15, 2020
Messages
164
Reaction score
7
Points
18
NullCash
7
mass-products-move-associate-between-categories.jpg


- Mass Move products between categories
- Bulk Copy/Assigning/Associate products from one category to another
- Batch Select source category from the list or by id
- Bulk Select all products in the category, or some of them
- Batch Select moving products by products ID
- Select moving products from the search results (search is made in title and description directly in the module)
- Removal of relations between product(s) and categories
- Select the target category from the list
- Support two modes of inserting products in the target category: from the first position in a category or a final position

- VIDEO DEMO:
Génial!
Post automatically merged:

Thank you for sharing!
Verry nice!!
 

prokill

Well-known member
Diamond
Elite
Joined
Jul 27, 2020
Messages
272
Reaction score
254
Points
63
NullCash
470
This is supposed to be version 1.6.7, the latest. Script has been updated since a while. I am not surprised it doesnt work in 1.7.
The claims from the author that it works pass 1.7 is wrong.

  • 1.1.1
    • First version of module
  • 1.1.3
    • 1.1.2 ajax performance fixes
    • 1.1.3 security issues fixes
  • 1.1.4
    • usability fixes
    • 1.6.1.0 compatibility fixes
  • 1.1.6
    • prestashop 1.5 compatible
    • available operations with disabled products on search

    • available operations with disabled products on search
    • ps 1.5 compatible
  • 1.1.8
    • 1.1.7 - Can see Main category in sources
    • 1.1.8 - added move action then choose products by ID
  • 1.1.10
    • search tool limit up to 1000 prooducts
    • added it, de and pt translations
  • 1.1.12
    • Validation alerts
    • Fixed bug in search tool
    • Added IDs in categories names
    • Fix tab position
    • Jquery chosen for category select

    • Validation alerts
    • Fixed bug in search tool
    • Added IDs in categories names
    • fix tab position
    • jquery chosen for category select
  • 1.6.1
    • change some features on products choose
  • 1.6.6
    • prestashop 1.5.x.x support
    • prestashop 1.5.x.x support
  • 1.6.7
    • multistore images bug fix remove
 

prokill

Well-known member
Diamond
Elite
Joined
Jul 27, 2020
Messages
272
Reaction score
254
Points
63
NullCash
470
You need to fix it to make it worked in PS 1.7.

Pictures are not working in HTTPS
This module has conflict with Groupinc module (Price increase).

One file to change
AdminmanageproductsController.php

Code:
    public function setMedia() to

    public function setMedia($isNewTheme=false)

Under each line of :
                    $link = str_replace('http://', '', $link);

Add:
                    $link = str_replace('https://', '', $link);
 

malmsteen

Active member
XNullUser
Joined
Oct 2, 2019
Messages
580
Reaction score
31
Points
28
NullCash
10
Thanks a lot for sharing and for suggested modifications.
 

torotero

Well-known member
Diamond
Elite
Joined
Jan 7, 2020
Messages
1,118
Reaction score
196
Points
63
NullCash
25
Thank you for sharing i will try it soon.
Greetings
 

White smoke

Member
XNullUser
Joined
Mar 16, 2020
Messages
52
Reaction score
2
Points
8
NullCash
0
thanks friend!!
Post automatically merged:

Error prestashop 1.7.6.8-

in modules/manageproducts/controllers/admin/AdminmanageproductsController.php (line 23)
  1. */
  2. include_once (dirname(__file__).'/../../manageproducts.php');
  3. include_once (dirname(__file__).'/../../manageproducts.class.php');
  4. class AdminmanageproductsController extends ModuleAdminController
  5. {
  6. public function __construct()
  7. {
  8. parent::__construct();
  9. $this->bootstrap = true;

Solution?
 
Last edited:

vorzakone

New member
XNullUser
Joined
Apr 6, 2022
Messages
9
Reaction score
0
Points
1
NullCash
4
Super! Awesome, i need to check if it works for us.
Post automatically merged:

non working on 1.7.8
 
Last edited:

wachelo

New member
XNullUser
Joined
Aug 11, 2022
Messages
4
Reaction score
0
Points
1
NullCash
10
[IMG='width:271px;']https://medias3.prestastore.com/646...s-move-associate-between-categories.jpg[/IMG]

- Mass Move products between categories
- Bulk Copy/Assigning/Associate products from one category to another
- Batch Select source category from the list or by id
- Bulk Select all products in the category, or some of them
- Batch Select moving products by products ID
- Select moving products from the search results (search is made in title and description directly in the module)
- Removal of relations between product(s) and categories
- Select the target category from the list
- Support two modes of inserting products in the target category: from the first position in a category or a final position

- VIDEO DEMO:
obrigado por este tema eu preciso
 
Top