Hi
Do anyone have an idea about wishlist insert query to database. In which file I can find that query.
Thanks
[size=4][color=#262626][font=arial, sans-serif]Hi Sanjay,[/font][/color]
[color=#262626][font=arial, sans-serif]Wishlist is kept in [/font][/color][/size][color=#262626][font=arial, sans-serif]“[/font][/color][color=#262626][font=arial, sans-serif][size=3]cscart_user_session_products[/size][/font][/color][color=#262626][font=arial, sans-serif]” table .[/font][/color]
[size=4][color=#262626][font=arial, sans-serif]You can insert this variable {$smarty.session.wishlist|fn_print_r} in the template and see all the data related to wishlist.[/font][/color]
[color=#262626][font=arial, sans-serif]Thanks.[/font][/color][/size]
The wishlist is saved by the fn_save_cart_content function (app/functions/fn.cart.php) with the $type = W
[quote name='Alt-team' timestamp='1430313998' post='212944'] [size=4][color=#262626][font=arial, sans-serif]Hi Sanjay,[/font][/color] [color=#262626][font=arial, sans-serif]Wishlist is kept in [/font][/color][/size][color=#262626][font=arial, sans-serif]“[/font][/color][color=#262626][font=arial, sans-serif][size=3]cscart_user_session_products[/size][/font][/color][color=#262626][font=arial, sans-serif]” table .[/font][/color] [size=4][color=#262626][font=arial, sans-serif]You can insert this variable {$smarty.session.wishlist|fn_print_r} in the template and see all the data related to wishlist.[/font][/color] [color=#262626][font=arial, sans-serif]Thanks.[/font][/color][/size] [/quote][quote name='eComLabs' timestamp='1430322453' post='212973'] The wishlist is saved by the fn_save_cart_content function (app/functions/fn.cart.php) with the $type = W [/quote]
Thank you. That was really helpful.
[color=#262626][font=arial, sans-serif]Sanjay[/font][/color][color=#282828][font=arial, verdana, tahoma, sans-serif],[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]Always glad to help.[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]Best Regards, Alt-team. [/font][/color]