Forum Replies Created

Viewing 15 replies - 16 through 30 (of 34 total)
  • in reply to: Campaign Form Countries #719

    Riccardo
    Participant

    Thank you!

    in reply to: Campaign Dates #686

    Riccardo
    Participant

    Okay but this looks silly. I dont want to know that the campaign ended -40 days ago. It should just end at 0??

    in reply to: Confirm Paypal #682

    Riccardo
    Participant

    I have followed your instructions carefully but it has not worked. Please can you assist me

    in reply to: Payments #555

    Riccardo
    Participant

    Hi i spotted an issue with the withdrawel_requests.
    You didnt make the column ‘id’ a primary key and neither did it auto increment so when you got multiple withdrawal requests you couldnt pull the correct data when viewing the requests as an admin.

    I found that adding the this SQL resolved the issue (for anyone wondering)

    ALTER TABLE withdrawal_requests MODIFY COLUMN id INT AUTO_INCREMENT;

    in reply to: Payments #518

    Riccardo
    Participant

    Thanks! this worked perfectly! Hope it didn’t take too long to figure out that the problem was this 😉

    in reply to: Payments #495

    Riccardo
    Participant

    Any resolve to this, when users submit withdraw request it doesnt show on admin panel.

    in reply to: Payments #485

    Riccardo
    Participant

    i have checked, the other campaigns that ended yesterday. I submitted withdraw request today but nothing comes through to admin side.

    in reply to: Payments #474

    Riccardo
    Participant
    This reply has been marked as private and you are not authorised to see.
    in reply to: Payments #466

    Riccardo
    Participant

    any update?

    in reply to: Payments #456

    Riccardo
    Participant
    This reply has been marked as private and you are not authorised to see.
    in reply to: Payments #450

    Riccardo
    Participant

    Use case is user sees withddraw button and clicks that’s – new window appears and user confirms to submit withdrawal request.

    Admin has a new section to see he withdrawal requests submitted from users. However it doesn’t show any requests even after I submitted a few.

    Hope that helps.

    Yes thank you for support! 🙂

    in reply to: Payments #448

    Riccardo
    Participant

    Thank you this has fixed the issue.

    However, now when a users submits a requests it doesnt reflect on admin dashboard….

    in reply to: Payments #443

    Riccardo
    Participant

    I have installed 1.7 script.
    Thanks for adding the withdrawel system.

    When a public users inputs their email address under the paypal option i get the following error:

    2/2 QueryException in Connection.php line 647: SQLSTATE[HY000]: General error: 1364 Field ‘id’ doesn’t have a default value (SQL: insert into withdrawal_preferences (default_withdrawal_account, paypal_email, bank_account_holders_name, bank_account_number, swift_code, bank_name_full, bank_branch_name, bank_branch_city, bank_branch_address, country_id, user_id, updated_at, created_at) values (paypal, [email protected], , , , , , , , , 9, 2017-07-26 09:19:33, 2017-07-26 09:19:33))

    1/2 PDOException in Connection.php line 449: SQLSTATE[HY000]: General error: 1364 Field ‘id’ doesn’t have a default value

    in reply to: Payments #424

    Riccardo
    Participant

    Thanks,

    I downloaded the files from envat and replaced the following files:
    Replace root/resources/views/admin/dashboard.blade.php
    Replace root/resources/views/admin/payments.blade.php
    Replace root/resources/views/admin/payment_view.blade.php
    Replace root/resources/views/admin/general_settings.blade.php
    Replace root/resources/lang/en/app.php
    Replace root/app/helpers.php

    When campaign owner clicks on ‘withdraw’ in the menu of dashboard, nothing happens? Am i missing something?

    in reply to: Record to Database #411

    Riccardo
    Participant

    i figured it out, i need to add a few lines in the campaignController.php

Viewing 15 replies - 16 through 30 (of 34 total)