Search found 4 matches

by alex110504
20 Feb 2017, 19:57
Forum: Symfony bundle
Topic: Pulling product information in templates
Replies: 3
Views: 5044

Re: Pulling product information in templates

Turns out, I had not set the language for the site. All text items and prices were set for English. Setting language to 'all' on the text and price items made them show.
by alex110504
16 Feb 2017, 07:22
Forum: Symfony bundle
Topic: Pulling product information in templates
Replies: 3
Views: 5044

Pulling product information in templates

I am having trouble with $productItem->getRefItems( 'text', 'short', 'default' ) function, as it returns empty array. I have the demo product database installed, and have short and long text associated with the Demo article out of the box, however cannot see not only the short text in the catalog/li...
by alex110504
15 Jan 2017, 15:11
Forum: Symfony bundle
Topic: Reset Category Id count in for Catalog
Replies: 3
Views: 5295

Re: Reset Category Id count in for Catalog

Deleted entire category tree through admin back end, used the suggested command, refreshed the admin back end in browser, added new root node, id is incremented again. Starts with 17 now. I guess I'll live with it. Thanks!
by alex110504
15 Jan 2017, 04:35
Forum: Symfony bundle
Topic: Reset Category Id count in for Catalog
Replies: 3
Views: 5295

Reset Category Id count in for Catalog

Is there a way to reset count of category ID's in catalog? I had initial catalog tree with the root category starting with 1. I deleted the tree in expert admin panel and started creating a new one, however the category id's shifted. The root now starts with 15. Deleted all categories again, ran &qu...