• Resolved gamefreak614

    (@gamefreak614)


    Hi,

    Any help/feedback would be appreciated!

    My first problem is that clicking on the item or the “bid” button doesn’t do anything. It keeps trying to redirect to mypage/auction/#?ult_auc_id=xxxx.
    I’m not sure if the “#” in the redirect link is causing the problem, but if I manually type in the URL link to exclude the “#” (mypage/auction/?ult_auc_id=xxxx), it seems to work, and I’m able to test bid and everything.

    So, based on the info above, I edited the code in the auction-feeder page from:
    <a href="<?php echo get_permalink().$set_char."ult_auc_id=".$wdm_single_auction->ID; ?>" class="wdm-auction-list-link">

    to:
    <a href="<?php echo "?ult_auc_id=".$wdm_single_auction->ID; ?>" class="wdm-auction-list-link">

    So far, no problems, BUT I’m not sure that by making these changes, it may have affected other stuff and caused some other problems? Does anyone know?

    The second problem, (and this may be caused by the changes above?), in the automated bid notifications, the Product URL does not work. It does not show the entire link so it does not direct anywhere.

    It only shows “Product URL: #?ult_auc_id=xxxx”

    It’s missing “mypage.com/auction….” and for some reason that “#” appears again. Is there any way to fix this? So that by clicking the link, it will be redirected to the item page?

    I tried resetting the plugin, but it didn’t fix any of the issues I’ve mentioned above.

    Any help will be tremendously appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple problems – cannot click/bid & email notification missing URL’ is closed to new replies.