Page 1 of 2

Product Page review related error in php error log

Posted: Tue Feb 15, 2022 5:50 am
by radhavallabh
Hi;
I am getting below error in my php error log-
Undefined variable: pid in /xx/xx/includes/modules/pi/product_info/pi_review_stars.php on line 50
Please can you help and guide me on how to fix it;
Regds./
radhavallabh

Re: Product Page review related error in php error log

Posted: Tue Feb 15, 2022 7:23 am
by ecartz
Replace the two instances of $pid with

Code: Select all

$GLOBALS['product']->get('id')

PI MODULE "quantity input"

Posted: Thu Apr 28, 2022 5:01 pm
by randers
Update from 1.0.8.10 to 1.0.8.12. Installed Pi Module "quantity input" in product info, but clicking on the minus or plus button does not change the number. Anyone who has tips for updating this pi module to ver 1.0.8.12. Worked ok in ver. 1.0.8.10

Re: PI MODULE "quantity input"

Posted: Thu Apr 28, 2022 6:16 pm
by ecartz
randers wrote: Thu Apr 28, 2022 5:01 pm Update from 1.0.8.10 to 1.0.8.12. Installed Pi Module "quantity input" in product info, but clicking on the minus or plus button does not change the number. Anyone who has tips for updating this pi module to ver 1.0.8.12. Worked ok in ver. 1.0.8.10
Are you using the version posted here or a different version? Do you have any other add-ons installed?

Re: s01e08 & s01e09 - Layout Modules

Posted: Thu Apr 28, 2022 8:34 pm
by Kofod95
Working fine for me on 1.0.8.12, using a shop that has been updated from 1.0.8.8 and using the module uploaded here. That test-shop has all supporter's code installed, but nothing else.

//Daniel

Re: PI MODULE "quantity input"

Posted: Fri Apr 29, 2022 8:18 am
by randers
ecartz wrote: Thu Apr 28, 2022 6:16 pm
randers wrote: Thu Apr 28, 2022 5:01 pm Update from 1.0.8.10 to 1.0.8.12. Installed Pi Module "quantity input" in product info, but clicking on the minus or plus button does not change the number. Anyone who has tips for updating this pi module to ver 1.0.8.12. Worked ok in ver. 1.0.8.10
Are you using the version posted here or a different version? Do you have any other add-ons installed?
Installed pi-modules from the zip file and it works. Did not realize that updated qty module was in that zip file. Thanks for the help

Live stock check

Posted: Tue Jul 12, 2022 8:24 pm
by Needleguy
I entered 5 new products. Live stock check shows in 2 and the other 3 live stock check is not showing. I do have inventory set properly and price. How do I fix this? Thank you.

Re: Live stock check

Posted: Fri Jul 15, 2022 3:47 pm
by Needleguy
It was in either the non pro version or the pro. Sorry I don't recall. I went to a page and enabled it. Attached is a pic. Some items show "Live stock check" and some do not. I added basic products, no attributes, nothing fancy.
Thank you for your help.

Re: Live stock check

Posted: Fri Jul 15, 2022 4:04 pm
by heatherbell
Needleguy wrote: Fri Jul 15, 2022 3:47 pmSome items show "Live stock check" and some do not.
That is the way it works - it is a Stock Warning that shows when stock is below the 'Trigger' level you configure in the module.
Go to Layout Modules > Product Info and edit the Stock Warning module.
You will see
At or Below this number (in stock) will trigger the Warning Message.
So if you want it to show on all products increase the 'trigger' value accordingly.

Re: s01e08 & s01e09 - Layout Modules

Posted: Fri Jul 15, 2022 4:40 pm
by Needleguy
Ok I found where the setting is.

Layout Modules>Product Info>Stock Warning

I suppose I could just leave it off. Doesn't matter I guess.