Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

Linked list (sql) in sections 05.02.2019 22:30

Hi,

I'm making a calculator that filters values from a database to calculate the price of a product based on its components. Basically it consists of:

Option list - that retrieves category names using sql actions;
Linked list (sql) - retrieves component names according to the category selected above.
Component is selected and price is calculated.

So far everything is simple and works fine, but the issue is that to calculate the price of a single product I need to add several components to calculation thus sections have to be used.

I know arrays are in action here, but I just can't figure out the correct syntax how to make it work. Not sure if I'm missing something, or tutorial and examples just doesn't cover this case.

Would appreciate any help or hints on the matter.

Re: Linked list (sql) in sections 06.02.2019 09:41

Hi,
the configuration of the fields (the list, linked list, etc) would be the same in case you want to use them inside a section. You only need to create the section, select them to be inside the section, and configure the layout. As you say, the main change is when you want to handle the data to make calculations, because now you have a list of values (array), for each field inside the section. There is a tutorial about section configuration where we have added some more tips about the code needed, you can check it here:


https://www.moonsoft.es/easyblog/entry/20-sections


And also load the calculator example with sections if you want to see one working example that can also be used as template.

Hope this helps

Regards
Moonsoft Team
www.moonsoft.es

Re: Linked list (sql) in sections 06.02.2019 12:33

Thanks for your reply.

Ok, so configuration of the fields should be the same when in section, but I'm having problems with my linked list (sql) field.

I removed all the code and left only the two fields. Without sections they work fine, but when I add a section and both fields in it, I receive an error:

Warning: count(): Parameter must be an array or an object that implements Countable in
/public_html/components/com_calcbuilder/models/calcbuilder.php on line 529

Option list works fine, but the linked list (sql) triggers the error.

Re: Linked list (sql) in sections 07.02.2019 09:20

Hi,

It's not an error itself, but a warning that can be related to a different php version. You shouldn't be seeing that kind of messages on a production site, they are intended for dev purpouses, and showing that kind of information at your site is not a good idea. They can also 'break' the format of some server responses causing problems. Please check your joomla configuration System->Global configuration->Server->Error reporting. That setting should be turned off for a live website unless you want to check any error specifically so you enable for a while.

Regards,
Moonsoft Team
www.moonsoft.es

Re: Linked list (sql) in sections 07.02.2019 19:29

Reading my previous post I see I didn't explain the issue right. I just assumed that the warning is indicating the source of my problem.

The problem is that the field itself doesn't work when in section.

Without sections my linked list (sql) field reacts to the change in option list and fills itself with appropriate values from the database. With sections it does not. It stays blank.

Option list field which also takes values from database works in both cases, but the linked list (sql) only works without sections.

I'll look further into this and try to figure something out.

Re: Linked list (sql) in sections 08.02.2019 12:08

Hi,

Ok, we have just added a new upgraded version for you to try. Please download and upgrade and try again your calculator.Please let us know if you can see any change and/or if you see a different warning message.

Regards,
Moonsoft Team
www.moonsoft.es

Re: Linked list (sql) in sections 08.02.2019 14:32

Hi, thanks for a brief update.

I do see changes right away, but it still doesn't work right.

So I got two fields:
Field 1 - option list
Field 2 - linked list (sql)

Field 2 still doesn't react to changes in Field 1 right away, but...
If I add another section, then field 2 reacts, but only to a field 1 in the very first section.

If I add more sections, they all react to Field 1 in Section 1 only.

Another minor thing, a text "int(565429)" appeared next to the add section button.

Re: Linked list (sql) in sections 08.02.2019 16:02

Hi,
we are unable to reproduce here, so we think there must be any other script affecting this behaviour at your site. Please place a private ticket at the helpdesk sharing an access to your site, so we'll check your configuration and debug directly to let you know how to fix.

Thanks,regards
Moonsoft Team
www.moonsoft.es

Re: Linked list (sql) in sections 12.02.2019 22:47

Hi,

Just want to let you know that it finally works! Deleting cached files in chrome solved the issues I had after the update. Thanks for your help!
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback