s01e08 & s01e09 - Layout Modules QUESTIONS/SUPPORT

Open to all! Ask other shopowners for help.
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Product Page review related error in php error log

Post 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

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Product Page review related error in php error log

Post by ecartz »

Replace the two instances of $pid with

Code: Select all

$GLOBALS['product']->get('id')
randers
Member
Posts: 32
Joined: Mon Oct 26, 2020 8:22 pm
Phoenix Version: v1.0.8.16

PI MODULE "quantity input"

Post 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
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: PI MODULE "quantity input"

Post 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?
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: s01e08 & s01e09 - Layout Modules

Post 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
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
randers
Member
Posts: 32
Joined: Mon Oct 26, 2020 8:22 pm
Phoenix Version: v1.0.8.16

Re: PI MODULE "quantity input"

Post 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
Needleguy

Live stock check

Post 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.
Needleguy

Re: Live stock check

Post 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.
You do not have the required permissions to view the files attached to this post.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Live stock check

Post 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.
Needleguy

Re: s01e08 & s01e09 - Layout Modules

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply