iqbal1486
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Code for WooCommerce] Compatibility problemGreetings @flyangel
I have setup demo store to check the issue you are facing on checkout processI am unable to reproduce the issue like:
Unexpected token ... is not valid JSON
Please check this loom video: https://www.loom.com/share/2dc2cc4c7da44331818a56085e0dd491Can you try to create dev environment with POS, Product Code for WooCommerce and WooCommerce plugin to make sure that you are still facing the issue or not.
If you are still facing the issue, kindly request you to let us know the steps to reproduce the issue
Thanks- This reply was modified 2 years, 3 months ago by iqbal1486.
Forum: Plugins
In reply to: [Redux Framework] How to create user registration form using redux framework?Thank you for sharing the docx
Can you please just let me know if it is possible to create Frontend User Registration with Redux?
I am unable to find anything relevant toform
in a share docxYou can find the error in this code snippet which is mentioned as a support ticket:
Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22
btnplay_61162fb98593a2.39074464: Ignoring abort soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98593a2.39074464: Ignoring timeupdate soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb986b037.42564642: waiting soundmanager2-nodebu…min.js?ver=5.8:4195 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22 soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98593a2.39074464: Ignoring loadstart soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98593a2.39074464: Ignoring error soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb986b037.42564642: loadstart soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb986b037.42564642: suspend soundmanager2-nodebu…min.js?ver=5.8:1307
This is how debug code look like…
btnplay_61162fb98462a0.34233534: waiting soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: loadstart soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: durationchange (45090.249) soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: loadedmetadata soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: loadeddata soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: canplay soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: playing ? soundmanager2-nodebu…min.js?ver=5.8:1307 btnplay_61162fb98462a0.34233534: progress, 3% loaded and so on
In this case, it is possible to remove all previous events like waiting, loadeddata,… when someone execute play() event?
Thank you for the following up thread.
The session and everything seems to be working great.
I found the fix by just enabling the “Repair Categories” option
https://drive.google.com/file/d/1zNw39K-NWV7ep3207keZVX2f1lbN8CI_/view?usp=sharing
I don’t know what is the issue in this, but resolve at the end of day.
ThanksEven, if we use cart page shortcode on any specific page then also it is showing ‘your cart is empty’
items array is not getting generated in a session_formatted_data.
Is it related to
wppizza
option data ?Can you please guide on why items array is not generated ?
- This reply was modified 4 years ago by iqbal1486.
Below log is getting generated.
[11-Feb-2021 12:52:10 UTC] PHP Notice: Undefined index: in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.sessions.php on line 277
[11-Feb-2021 12:52:10 UTC] PHP Notice: Trying to access array offset on value of type null in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.sessions.php on line 277
[11-Feb-2021 12:52:10 UTC] PHP Notice: Undefined index: items in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.order.php on line 2343
[11-Feb-2021 12:52:13 UTC] PHP Notice: Undefined index: in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.sessions.php on line 277
[11-Feb-2021 12:52:13 UTC] PHP Notice: Trying to access array offset on value of type null in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.sessions.php on line 277
[11-Feb-2021 12:52:13 UTC] PHP Notice: Undefined index: items in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.order.php on line 2343
[11-Feb-2021 12:52:16 UTC] PHP Notice: Undefined index: in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.sessions.php on line 277
[11-Feb-2021 12:52:16 UTC] PHP Notice: Trying to access array offset on value of type null in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.sessions.php on line 277
[11-Feb-2021 12:52:16 UTC] PHP Notice: Undefined index: items in /homepages/1/d654075736/htdocs/web/wp-content/plugins/wppizza–latest/classes/class.wppizza.order.php on line 2343Thanks for the reply.
Yes please list the files that need to be modified to meet the requirements.
Thanks alot again.Forum: Plugins
In reply to: [Multi Step Form] Is this possible without modifying plugin?Ok. thanks
ok. Thanks for your kind reply
ok noted with Thanks
ok. Thanks
My form is used for logged in user.
The role of the users are like ‘candidate’, ’employer’.How to user repeater fields for the logged in user from the frontend?
Forum: Fixing WordPress
In reply to: Code for putting icon inside box ? :Oi.fa{ transform: rotate(45deg); background: green; width: 50px; height: 50px; color: white; } i.fa:before { transform: rotate(-45deg); display: inline-block; }
Hope above css will solve your issue.
Please use the necessary class to avoid conflict with other icons.Forum: Developing with WordPress
In reply to: site_url() not returning the right addressHave Site URl and Home URl are updated in Database?