Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Virtuemart extension 2.0.29 - Limitstart=0 problem
(1 viewing) (1) Guest
Support forum for customers who have purchased paid JoomSEF extension. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Virtuemart extension 2.0.29 - Limitstart=0 problem

Virtuemart extension 2.0.29 - Limitstart=0 problem 13 years, 8 months ago #13585

Hi.

Just wanted to notice you that the latest version of the Virtuemart extension has a bug - at least for our site it had. The "limitstart=0" variable gets removed and the navigation in Virtuemart categories stops working because of that. I just couldn't return to the first page of the category.

The problematic part of the code is this:
        // Remove empty limitstart
if ($uri->getVar('limitstart') == '0') {
$uri->delVar('limitstart');
}

I just changed the '0' into '' and it works again:
        // Remove empty limitstart
if ($uri->getVar('limitstart') == '') {
$uri->delVar('limitstart');
}


It would be a far better solution to have the variable removed from the url if you clicked on the first number in the category page navigation, but I don't know if this is possible.
The topic has been locked.

Re:Virtuemart extension 2.0.29 - Limitstart=0 problem 13 years, 8 months ago #13600

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Thank you for your report, we'll fix it in next version of VM extension.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:Virtuemart extension 2.0.29 - Limitstart=0 problem 13 years, 8 months ago #13608

  • gjr
  • OFFLINE
  • Posts: 6
Any idea when a new version will be released? Please also check compatibility with the Virtuemart 1.1.5 version. We are experiencing some difficulties with the flatlist navigation (next/previous/products per page etc.)

Thanks!
The topic has been locked.

Re:Virtuemart extension 2.0.29 - Limitstart=0 problem 13 years, 8 months ago #13611

  • dajo
  • OFFLINE
  • Posts: 5069
The limitstart fixing version should be released today. The compatibility with 1.1.5 will be tested in a few days.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:Virtuemart extension 2.0.29 - Limitstart=0 problem 13 years, 8 months ago #13618

  • gjr
  • OFFLINE
  • Posts: 6
I already see version 2.0.30! Many thanks... Let's check if this solves the problems...

Please check compatibility with Virtuemart 1.1.5 urgently.
Last Edit: 13 years, 8 months ago by gjr.
The topic has been locked.
  • Page:
  • 1
User Login Empty