Jump to content

1.9.1 Tab "Categories" pagination not working


mattej

Recommended Posts

  • 3 weeks later...

I solved the problem.

Open modules/ebay/ajax/loadTableCategories.php   (TAB Categorie e prezzi)

Look for:

$offset = 20;

 

It's around line 17.

The number 20, indicate how much categories are on a page.

I change it and put 100, so it's

$offset = 100;


Do the same in modules/ebay/ajax/loadTableStoreCategories.php  (it's the tab of the store categories on ebay).


It's work for me fine. The number of the pages are still there, but I see all categories on the page.

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

I solved the problem.

 

Open modules/ebay/ajax/loadTableCategories.php   (TAB Categorie e prezzi)

 

Look for:

 

$offset = 20;

 

It's around line 17.

 

The number 20, indicate how much categories are on a page.

 

I change it and put 100, so it's

 

$offset = 100;

 

 

Do the same in modules/ebay/ajax/loadTableStoreCategories.php  (it's the tab of the store categories on ebay).

 

 

It's work for me fine. The number of the pages are still there, but I see all categories on the page.

 

omg it worked!

Thank you so much

:)

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
  • 6 months later...

Thanks mate, It worked great to me too!

 

By the way, does anyone know hot to upload one picture only?

Since my items have combinations it keeps uploading all the pictures available costing me a fortune!

 

I am planning to register a shop in the Uk since the picture limit is 12 instead of 1...uploading everything, then downloading all the listings through Turbo Lister, modify the pictures and re-uploading them in ebay IT with Turbo Lister again!

 

It's probably the only way to get around the problem quickly....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...