Color and Size Filter |
03-30-2018, 07:58 PM
(This post was last modified: 04-01-2018, 04:57 AM by msz900. Edit Reason: add image url )
Hi
I searched a lot for my issues, but did not find what I want, I also Posted a Question on stackOverflow but did not get the response and then I just got here and hope may be someone have the same issue in past or have some sort of code which will help me to fix my issue. I have a filter section, where user can filter product by Size, Color etc. I somehow did the filter code but now I am stuck in the ajax issue. Issue is that When color or size checkbox is empty then it throw error of foreach loop Code: [color=#6c6c6c][size=small][font=Arial, sans-serif]Severity: Warning[/font][/size][/color] I know the error is because of empty data in variable. There is also an issue in my query. The filter result is not 100% correct and I say that because I did Code: [code]var_dump($query) . I also need to control the empty or null section, like if the checkbox is unchecked then it will not send / post the value to the controller... My Ajax Code Code: var selected = new Array(); My view code Code: <!-- Color --> My Controller Code PHP Code: function filt_color() My Model Code PHP Code: function cfilter($colors,$sizes) For graphical result please review the attach images / links. if the images will not show then these are the links: https://imgur.com/M03vwvm p_attributes table https://imgur.com/ivkKdez product table https://imgur.com/KiOw9FR Console result https://imgur.com/VqfGiEY Var_dump($query) result Please post your ideas / codes / helpful links anything you can, Please make sure to use the CI Active Records for queries, because I don’t want to do it in plain query. Any help will be highly appreciated. Thanks. [/code] |
Messages In This Thread |
Color and Size Filter - by msz900 - 03-30-2018, 07:58 PM
RE: Color and Size Filter - by InsiteFX - 03-31-2018, 04:07 AM
RE: Color and Size Filter - by msz900 - 03-31-2018, 08:33 AM
RE: Color and Size Filter - by InsiteFX - 04-01-2018, 04:15 AM
RE: Color and Size Filter - by msz900 - 04-01-2018, 04:45 AM
|