Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • robidos

    (@derby33)

    am getting a 403 forbidden back frm our server, same thing ?

    what chmods are needed for this plugin to work for files and what folders should be set to, i use 644 and 755 and htaccces is 444

    WP has it, but it is tricky to set it up, currently you need a 3party plugin to do this properly, i agree this should be a basic function of any CMS.

    https://codex.ww.wp.xz.cn/Roles_and_Capabilities

    Thread Starter robidos

    (@derby33)

    yes i did, but every time they update the theme, i need to re-insert, i was kind a wishing your plugin would solve that problem.

    so there is no way your plugin can insert lines, right after the HEAD opening ?

    Thread Starter robidos

    (@derby33)

    i have installed the sns plugin, and have created hoops ([hoops name=test]), with extra auction sale terms and conditions, which i use front-end but also in other places the payment email for the bidwinner or buyknow buyer (that one i resent manualy), but the wp hook is missing. luckily i have found a solution by using wordpress php do_shortcode();

    in the plugin editor (Editing ultimate-auction/email-template.php)

    i now have;

    $paypal_link .= “&bn=PP%2dBuyNowBF%3abtn_buynowCC_LG%2egif%3aNonHostedGuest”;
    add_filter(‘widget_text’, ‘do_shortcode’);
    $extraline = do_shortcode (‘[hoops name=test]’);
    $message .= ” yeah yeah hi some thing for you to pay and read these conditions and terms
    BR> BR>
    <hr>’.$extraline.’ BR> and have a nice day and such”;

    and now i can use shortcodes too 🙂 if i need to update those extra terms for new buyers, this way i dont need to edit 2 files with the same text on different places, all i wil need do is edit the hoop. saves me time and error 🙂

    try it, and you will see what i mean.

    Thread Starter robidos

    (@derby33)

    hi Nitesh Singh,

    i like your plugin, and i am new to the paypal sandbox so i had a live buynow sale setup, and that went well, but i have noticed that, when a paypal buynow forgets to click back to my site after paying in paypal, the current buynow paypal script doesn’t send back an automatic “succeed”. i think i need to setup a IPN button for that. that needs more php coding.

    when a buyer does click back it works fine, and in the wp-admin panel i get a green sold sign. but the bottomline is, he needs to click back, otherwise the auction is not ended.

    i think it is a good idea to see a buynow pending status, so other people cant bid on the object in the meantime. preferably by keeping the same auction_id if i reinstate / or set it manual to sold (and add in a emailadres).

    could you add that in ?

    and also a schoppingcart, so ppl can bid and pay more items, and set shippingcosts, tax, and such.

    https://developer.paypal.com/webapps/developer/docs/classic/button-manager/integration-guide/NVP/ButtonMgrOverview/

Viewing 5 replies - 1 through 5 (of 5 total)