jmauclair Posted July 20, 2021 Share Posted July 20, 2021 (edited) Hi, I'm having the following notice when trying to access to my brand pack created thanks to a php script. I use this code : Does somebody know what type of properties I might miss in my declaration of the pack or the product ? Edited July 20, 2021 by jmauclair (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted July 20, 2021 Share Posted July 20, 2021 Could it be that you forgot to put the attachment in your post? Link to comment Share on other sites More sharing options...
jmauclair Posted July 20, 2021 Author Share Posted July 20, 2021 My bad, I use this code : Link to comment Share on other sites More sharing options...
jmauclair Posted July 26, 2021 Author Share Posted July 26, 2021 Hi, no one ever faced this ? Link to comment Share on other sites More sharing options...
jmauclair Posted August 9, 2021 Author Share Posted August 9, 2021 Up guys, still need your help Link to comment Share on other sites More sharing options...
Nickz Posted August 10, 2021 Share Posted August 10, 2021 On 7/26/2021 at 5:58 AM, jmauclair said: Hi, no one ever faced this ? What is the problem? Link to comment Share on other sites More sharing options...
jmauclair Posted October 14, 2021 Author Share Posted October 14, 2021 On 8/10/2021 at 2:48 PM, Nickz said: What is the problem? Hi, the issue is that error message : Notice: Undefined index: showPackProductsPrice Link to comment Share on other sites More sharing options...
Nickz Posted October 14, 2021 Share Posted October 14, 2021 5 hours ago, jmauclair said: Undefined index: showPackProductsPrice Is it a free module or a paid one. both cases best to ask the developer. Link to comment Share on other sites More sharing options...
jmauclair Posted October 17, 2021 Author Share Posted October 17, 2021 On 10/14/2021 at 11:25 PM, Nickz said: Is it a free module or a paid one. both cases best to ask the developer. I'm the developer that's why I'm in this section lol Link to comment Share on other sites More sharing options...
delete-account-pleas Posted October 18, 2021 Share Posted October 18, 2021 15 hours ago, jmauclair said: I'm the developer that's why I'm in this section lol check if your variable exist our declare an empty one before. Declare empty: $myvariable = ""; Check if variable exist: if (!empty($myvariable)) { .... } Link to comment Share on other sites More sharing options...
jmauclair Posted November 11, 2021 Author Share Posted November 11, 2021 That's what I finally did, but that's more a quick fix than a longtime one. I'll go in depth on this issue to find a real fix. It's seems that product.show_price is not set for the packs. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now