spree_related_products icon indicating copy to clipboard operation
spree_related_products copied to clipboard

Related products extension for Spree Commerce.

Results 29 spree_related_products issues
Sort by recently updated
recently updated
newest added

**product_relation_types** method in the following view ``` ``` cause the following errors ActiveRecord::StatementInvalid (PG::InvalidColumnReference: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list) LINE 1: ...ble_type" =...

![related_product](https://user-images.githubusercontent.com/33489085/35577664-1060de54-0608-11e8-89d7-2f99a216e602.png)

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

This fixes issue #131 and supplies an alternative for PR #135 which doesn't pass tests. I used `I18N_PLURAL_MANY_COUNT = 2.1` from gem `spree_backend` to replace `count: :many` which caused errors...

Currently, in Admin Panel it was observed that the placement of edit/delete or look buttons is inconsistent with other Tabs in Relation Types ## Expected behavior All edit/delete/look buttons should...

Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler found conflicting requirements for the...

`2-3-stable` admin js sortable functionality does not work after adding a related product-- requires a page refresh to instantiate properly. no console js errors, rows become selected on drag/sort attempt....

bug
2-x-stable

I ty to fetch 4 (top) products per selected taxon to show on my website feed. You can see the gist here: https://gist.github.com/channainfo/175196541df06db41da3d50eef13379e On line 32 I get the taxon_id...

the products returned by the methods relations_for_relation_type isn't order by position table spree_relations