Search found 72 matches

by createanet
14 Nov 2021, 14:55
Forum: Help
Topic: [SOLVED] Product price list item ref null
Replies: 9
Views: 2757

Re: Product price list item ref null

...I have just noticed that when I remove the records from the "mshop_price_list" for the "customer/group" domain the price list references return as expected - this isn't what I want, but it does illustrate further that the issue is related to the price list items and not the pr...
by createanet
14 Nov 2021, 14:48
Forum: Help
Topic: [SOLVED] Product price list item ref null
Replies: 9
Views: 2757

Re: Product price list item ref null

Thanks for the pointers... 1. Your $customerGroup variable is NULL when calling addListItems() Ive logged this, and can confirm the value is never null and the expected group id is returned 2. The record referenced by $customerGroup is not available any more because it may have been deleted Im makin...
by createanet
13 Nov 2021, 17:28
Forum: Help
Topic: [SOLVED] Product price list item ref null
Replies: 9
Views: 2757

Re: Product price list item ref null

Seems like the issue is related to adding the list item to the price before adding to product, here: $priceItem->addListItem('customer/group', $priceManager->createListItem(), $customerGroup); When I remove this, and request product ref items I get all as expected, ie. no null values as I described ...
by createanet
12 Nov 2021, 14:19
Forum: Help
Topic: [SOLVED] Product price list item ref null
Replies: 9
Views: 2757

[SOLVED] Product price list item ref null

Hello, I am trying to do an initial setup of prices specific for groups. In simple terms I am creating a price, attaching a group to that price and attaching the price to the product. I have x amount of groups, and each group has an assigned discount. Ive got a command setup that fetches products al...
by createanet
05 Nov 2021, 12:21
Forum: Laravel package
Topic: Extending customer results SQLSTATE[23000]
Replies: 3
Views: 1117

Re: Extending customer results SQLSTATE[23000]

A few months later and I have come across this thread I created after still having the issue :) I managed to solve it and not have to go through the process of implementing new managers, items and queries by implementing the following method in my decorator which sets the default value. public funct...
by createanet
28 Oct 2021, 07:46
Forum: Help
Topic: Tree aggregate count
Replies: 0
Views: 44377

Tree aggregate count

Hello, I have a query around the tree aggregate count in 2020.10. I have configured the category list levels to display products from the current category and the whole category subtree. client/html/catalog/lists/levels = 3 Below is an example response from this request for the catalog/count/tree as...
by createanet
28 Oct 2021, 07:41
Forum: Help
Topic: Product Rebate on Basket
Replies: 2
Views: 795

Re: Product Rebate on Basket

okey dokey, thanks :)
by createanet
26 Oct 2021, 14:40
Forum: Help
Topic: Product Rebate on Basket
Replies: 2
Views: 795

Product Rebate on Basket

Hello, This question was asked in other threads, but its not to clear. eg. - https://aimeos.org/help/laravel-package-f18/unexpected-getrebate-value-t1486.html - https://aimeos.org/help/help-f15/price-rebate-amount-t2913.html - https://aimeos.org/help/viewtopic.php?f=18&t=3867&start=0 - https...
by createanet
11 Oct 2021, 08:01
Forum: Help
Topic: Sitemap generation missing currency prefix
Replies: 1
Views: 685

Sitemap generation missing currency prefix

Morning, I notice when the job "product/export/sitemap" is executed, there are failures reported for our configuration. Missing required parameter for [Route: aimeos_shop_detail] [URI: {currency} /{d_name}/{d_pos?}/{d_prodid?}] [Missing parameter: currency]. I can see that currency is neve...
by createanet
01 Oct 2021, 15:25
Forum: Help
Topic: Delivery service failures
Replies: 2
Views: 855

Re: Delivery service failures

Roger that! Thank you