News:

Support the VirtueMart project and become a member

Main Menu

Page Navigation Start Prev 1 2 3 4 Next End not working

Started by gpessoa, December 06, 2012, 17:23:03 PM

Previous topic - Next topic

gpessoa

Page Navigation Start Prev 1 2 3 4 Next End not working

When you click on Next, End or even on one page number it does not move; always stay on the first position.

Category details is all set to zero

Joomla 2.58
VM 2.014
J 3.10.5; VM 3.4.2; PHP 7.2.34

John2400

#1
Make sure - your SEO in Joomla >>Global configuration and then in Virtuemart>>configuration are set the same.

Check the set up in each category - see if you have an unusual setting

Check your configuration>>shop front to look at max number of products say about 10 to test.

gpessoa

It wasn't the same; Joomla was active and VM inactive.
Put both disable and It is already working...
Thanks.
J 3.10.5; VM 3.4.2; PHP 7.2.34

TheWebSet

QuoteMake sure - you SEO in Joomla >>Global configuration and then in Virtuemart>>configuration are set the same.

Thanks, this one has been getting at me for some time.  This solved the problem.  ;D

gpessoa

Hi again,
I just update from 2.014 to 2.016 and I got this problem again.
SEO has not been changed, and I can`t figure out how to solve this.
It only works if I go to search, put same think there, like * and it shows me all products.
Them the navigation next/ prev works.
This is weird!
J 3.10.5; VM 3.4.2; PHP 7.2.34

gpessoa

Quote from: gpessoa on December 28, 2012, 18:42:43 PM
Hi again,
I just update from 2.014 to 2.016 and I got this problem again.
SEO has not been changed, and I can`t figure out how to solve this.
It only works if I go to search, put same think there, like * and it shows me all products.
Them the navigation next/ prev works.
This is weird!

Hi,
This is not solved yet...
Help is needed!
J 3.10.5; VM 3.4.2; PHP 7.2.34

Milbo

Try in product model line 545

if ($cateid!=0 and $lastCatId != $cateid) {


or


if($manid != 0){
$lastManId = ShopFunctionsf::getLastVisitedManuId ();
if ($lastManId != $manid) {
$limitStart = 0;
}
else {
$limitStartString  = 'com_virtuemart.' . $view . 'm' . $manid . '.limitstart';
$limitStart = $app->getUserStateFromRequest ($limitStartString, 'limitstart', JRequest::getInt ('limitstart', 0), 'int');
}
}
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

gpessoa

Hello Milbo,

Thank you for your help.

The first part of the code, line 545, only works on navigation by manufacturers
does not work in navigation by category.

The second part of the code, beginning line 543 did not work both navigation by category or manufacturer.

so,
The navigation now works when requested:
by search
by manufacturer

Does not work when requested:
by category

If you can help me, I am really grateful to you!
J 3.10.5; VM 3.4.2; PHP 7.2.34

gldproducts

Quote from: gpessoa on January 07, 2013, 18:53:08 PM
Hello Milbo,

Thank you for your help.

The first part of the code, line 545, only works on navigation by manufacturers
does not work in navigation by category.

The second part of the code, beginning line 543 did not work both navigation by category or manufacturer.

so,
The navigation now works when requested:
by search
by manufacturer

Does not work when requested:
by category

If you can help me, I am really grateful to you!


gpessoa, I had the same issue. If you go into Virtuemart>CONFIGURATION>SEO. Look at the Seo Suffix, if you have something there such as "-detail" make sure you have "Adds Suffix to URL" in Joomla's configuration.That should do it.

bdimov

Hi,

I have the similar problem with navigation:

When I try to select how many products to show in page they send me to a new page that include with different category.
When I use the buttons on the bottom(next, end, prev, 1,2,3) again they send me to new page that include different category.

I check  the Joomla SEO setting and Virtuemart SEO settings but there is no change.
This is a global problem in my site.

Can anyone tell me what is this problem and how to solve it?

Thank you in advance!
Kind Regards

GJC Web Design

QuoteThis is a global problem in my site.

so this is also the case with paginated articles for example?

are u using any 3rd party sef extensions?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

bdimov

Hi,

In products I only have button to return back to category and it is working.
I don't have navigation in joomla articles.

And yes I'm using sh404SEF(I bought it before 2-3 months).

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

bdimov

Thank you.
I search for similar topics but maybe I don't see that topic.

So solution is:
VM Configuration - turn off SEO.
And now everything is perfect!

Added by Mod: In case you use a 3rd party router software like sef404