Question

I'm evaluating the FishPig Attribute Splash Pages extension for a client, and I've run into a few bugs. I've got support requests into the extension vendor, but since it's a free extension I figured I'd throw them out to the community as well in case any of you have fixes/workaround/insights. This is for the recently released 2.2.0 version of the extension.

Bonus question: The reviews mention a FishPig GitHub account — does anyone know the account name on this? The obvious candidate doesn't have any repositories.

Pagination

Pagination appears to be broken

enter image description here

The above image is a 2 item list, with the "per page" set to 1. The pager HTML is correct, but the entire list is output on each page. This appears to be caused by an early call to count on the collection.

Does anyone have a fix/workaround.insight on this?

Group Page Display Mode

On the Groups editing form, there's a Drop Down labeled Display Mode that allows you to select

  • Products Only
  • Static Block Only
  • Static Block and Product

However, this field doesn't save. The values in HTML for this field are strings (PRODUCT, PRODUCT_AND_BLOCK, etc), but the database column in a tinyint. Also, the group page template and view block doesn't appear to reference this column for anything.

Does this column drive any behavior? Is it something left over from a previous version?

Was it helpful?

Solution

Closing this one out, as the issues mentioned above have been taken care of in the latest extension release.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top