• Resolved webaffin

    (@webaffin)


    Hi,
    I recently purchased Holler Box and found one promise not satisfied with FOMO popup boxes:

    the popup boxes do not link with the product page, they are not linked at all, although they should, like your text in configuration pane states (below headline “FOMO Text”): “{{product}} – The name of the product with link” => with link.

    I use WP5.1.1
    Holler Box Version 1.5.0
    Holler Box Pro Version 0.7.0
    Holler Box FOMO Notifications Version 0.6.2
    WooCommerce 3.5.8

    What is going wrong?

    Thanks,
    Robert

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, it should have the link in there. Can you provide me a link to your site?

    Thread Starter webaffin

    (@webaffin)

    I see that your product is not linked. I just ran a test locally and I have the link: https://cl.ly/5b527dd380e6

    I tried with and without fomo text, it worked both ways. There may be a plugin conflict or other configuration issue on your site, can you try disabling any other plugins?

    Also try creating a new FOMO box with different settings to see if that helps.

    Thread Starter webaffin

    (@webaffin)

    Hi,

    I finally tested the bug with an wordpress installation without any plugins activated except WooCommerce and also all stuff in functions.php deactivated.

    The same error occurs! I debugged the problem in your code and found out, that the wrong parameter for $integration is passed by function fomo_text. Instead of “woo” for WooCommerce, “give” is passed! Although I selected “WooCommerce Sale” in backend configuration of your plugin (only selectable entry on my site).

    I recognized an some output in error.log (wp debug mode enabled) concerning your plugin, when I am on configuration page of your plugin

    [08-May-2019 09:34:37 UTC] PHP Notice:  Undefined variable: edd in /var/www/crowdlauf.test/public/wp-content/plugins/hollerbox-sales/includes/class-holler-sales-admin.php on line 130
    [08-May-2019 09:34:37 UTC] PHP Notice:  Undefined variable: give in /var/www/crowdlauf.test/public/wp-content/plugins/hollerbox-sales/includes/class-holler-sales-admin.php on line 146
    [08-May-2019 09:34:37 UTC] PHP Notice:  Undefined variable: memberpress in /var/www/crowdlauf.test/public/wp-content/plugins/hollerbox-sales/includes/class-holler-sales-admin.php on line 154
    [08-May-2019 09:34:37 UTC] PHP Notice:  Undefined variable: pmp in /var/www/crowdlauf.test/public/wp-content/plugins/hollerbox-sales/includes/class-holler-sales-admin.php on line 162

    I think, now you should be able to resolve the error, isn’t it?

    If you need more information, please ask.

    Thanks,
    Robert

    Thread Starter webaffin

    (@webaffin)

    SUMMARY

    class-holler-sales-functions.php

    public function fomo_text( $fomo_text, $name, $product, $product_url, $integration = ” )

    wrong value for $integration

    Thread Starter webaffin

    (@webaffin)

    Perhaps it is an problem with PHP version? I am using PHP 7.1.20.

    Hi, thanks for debugging. The logs you posted are not errors, just PHP notices. I will fix those, but they do not actually break anything.

    I have a version I’d like you to try. Can you send an email via hollerwp.com/contact with the email you used to purchase?

    Thanks

    Thread Starter webaffin

    (@webaffin)

    Thanks, I wrote you via your contact form.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Bug: FOMO Popup Boxes are not linked with product’ is closed to new replies.