Product in multiple category - bugs on data and links vm 2.6.6 and 2.6.7

Started by AH, August 05, 2014, 15:15:38 PM

Previous topic - Next topic

AH

Found a couple of bugs relating to a product that is allocated to multiple VM categories.

Product link incorrect
Product associated with cat1 and cat2
Show category1
Prod url/link shows cat1
Immediately show cat2
Prod url/link shows cat1
Refresh cat2 display
Prod url/link shows cat2


Incorrect cart data

$this->cart->products[nnn]->virtuemart_category_id

shows first category array value for the prodID held in
$this->cart->products[nnn]->categories

Not the category from which the item was added


$this->cart->products[nnn]->category_name
Is the correct name for the category from which the product is added


Regards
A

Joomla 3.10.11
php 8.0

AH

Using the sample data in 2.6.6 and 2.6.7 the problem can be clearly reproduced.

Devs, if someone spends their time testing your code and reporting what they believe to be an issue, it would be useful to get some feedback.

Regards
A

Joomla 3.10.11
php 8.0

Milbo

First you have us in skype, seconed I do not understand your description.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

AH

Apologies Milbo

I was not aware you preferred skype contact, would you prefer this in the future?

The behaviour is the same in 2.9.9 vm3
Regards
A

Joomla 3.10.11
php 8.0

Morriel

As I understood you didn't have solution for this problem in VM 2.6.10?