Search found 3 matches

by reptilee
14 Feb 2017, 00:37
Forum: Help
Topic: Catalog parent child relation
Replies: 2
Views: 1880

Re: Catalog parent child relation

Works! Thanks. :)
by reptilee
13 Feb 2017, 01:18
Forum: Help
Topic: Catalog parent child relation
Replies: 2
Views: 1880

Catalog parent child relation

Let's say I follow these steps - Create parent catalog - Create child catalog - Assign one product to child catalog When I am in the child catalog, the product shows up. However when I am in the parent catalog, the product does not show up. It only shows up if I assign the product to both catalogs. ...
by reptilee
16 Jan 2017, 02:07
Forum: Laravel package
Topic: How to remove all relations ?
Replies: 1
Views: 1573

How to remove all relations ?

Let's say I create a product, and assign it to a catalog. In this case, the mshop_catalog_list will contain the relation between the catalog and the product . What I noticed, if I delete a certain product from the database, it will delete all its relations from the from mshop_product_list as well. H...