Nora

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 48 total)
in reply to: Critical Bug – All Guest users share the same Cart #75908

Nora
Member

Hi,

So we were testing our site parallelly on two systems. Both the systems were on the same network hence share the same public ip.

Updating cart from one pc was changing cart on another system.
If the cart for the guest user is IP based then, it may cause a huge problem if people in the same network sharing same public ip (like in case of most offices) uses our system parallelly.


Nora
Member

We are using PayPal Payment Gateway.

The issue here is during checkout on PayPal payment page our customers get to see

Terms:
$200.00 USD for the first 3 months
Then $200.00 USD for each 3 months

However, we want to achieve a one-time payment where the terms would be only

Terms:
$200.00 USD for the first 3 months

No matter what we configure the plan with it shows the purchase item term as a recurring model.


Nora
Member

We have used the download limit. However, we do not want to charge the customers more than once i.e we do not want a subscription model in the Membership thus it should be a one-time payment and no recurring cycle which is currently not possible by setting the Billing Cycle Limit to 1.

Please let me know how can we achieve a One-time payment and non-recurring membership with the WPProMembership.

in reply to: Order Total is 0(Zero) #71393

Nora
Member
This reply has been marked as private.
in reply to: Order Total is 0(Zero) #71391

Nora
Member
This reply has been marked as private.
in reply to: Order Total is 0(Zero) #71129

Nora
Member
This reply has been marked as private.
in reply to: Shortcode prints the output at the start of Edit page #69439

Nora
Member

Welcome. We will wait for the next update.

in reply to: Request to add filter to change the PayPal Item Name #69438

Nora
Member

Thanks


Nora
Member

By modify the signup page( plugins\wppromembership\pages\signup.php and add the TOS page link there) you mean to say touch the core files to modify it?

Is there no other way to override it like WordPress Page Templates?


Nora
Member

Yes, we can modify the template but we need Admin settings somewhere in WordPress dashboard to set this TOS page.

I also found an issue that the membership SignUp Page doesn’t have TOS field for Non Logged in users were as it is been displayed for the logged in users only.


Nora
Member

Also please make it as a required field during checkout.


Nora
Member

Thanks a lot.

in reply to: Switching Membership and other issues #67723

Nora
Member

Unfortunately, the setup is on local and Dev server whose credentials I won’t be able to share at this point of time.

Could you confirm the following points?
– A user can switch between the memberships.
– Can the download limit be topup if a user upgrades/downgrades the membership in between?
i.e A user currently have Y membership which has 5 Free Downloads. If the switched the memberships to Z membership he will get 10 Free Downloads. So is there a way by which they would have 15 downloads if he pays for Y and then Z when upgrading. (This is because I don’t want users to lose the free download.

in reply to: Problems with wp pro membership #67350

Nora
Member

For issue number 8. I have a quota of 4 files per month, but it lets me download 5 files and I do not know why, in the download bar it says: 125% downloaded (5 of 4)

Team please update “wppm_check_plan_download_limit” function and update the IF condition as follows.

$user_download_count > $download_limit && $download_limit > 0

with

$user_download_count >= $download_limit && $download_limit > 0

Let us know when will the other issue be sorted. We need the plugins to work currently in order to be used in Production. For now, we have to invest time and efforts to fix it ourself which is distracting us from developing the intended system.

Please get back to us with the updates on the issues.

in reply to: Problems with wp pro membership #67342

Nora
Member

Following.

I am facing yet another issue noted here – https://www.wpdownloadmanager.com/support/topic/switching-membership-and-other-issues/

Please let us know when we can have these issues fixed.

in reply to: Notices on wppromembership backend dashboard #67132

Nora
Member

For the fatal error, I used explode() instead of Split() as it removed since PHP 7.0.0

Refer – http://php.net/manual/en/function.split.php

Could you add this fix your release of WpProMembership plugin? I have updated the plugin on my end for now.

Let me know if you are able to replicate the 1st Notices issue at your end.

in reply to: Notices on wppromembership backend dashboard #67129

Nora
Member

Some Fatal error also.

Note: This on the initial stage i.e after activating the plugin and using it for the first time on the site.

in reply to: Indefinite Payouts request by users #67055

Nora
Member
This reply has been marked as private.
in reply to: Indefinite Payouts request by users #66877

Nora
Member

1. We also need the currency symbol in the backend dashboard in “Dues” section besides the due amount.
2. If possible the “PayNow” button needs to work on PayPal sandbox if the PayPal gateway is in Test mode.

in reply to: Indefinite Payouts request by users #66876

Nora
Member

Version 3.8.9.

Test Scenario :

A user has say $19 in your account.

When this user checks his/her dashboard he can view $19 as available balance and he/she has a form from which they can Withdraw this balance.

When this customer withdraws $10 it sends an ajax and the balance amount is updated on the form(No page refresh). When the same customer tries to withdraw another amount which is less than $19(initial balance) it executes this action and updates the balance to negative(here i tried another to withdraw another $10 which became successful and the balance dropped to a negative balance).

Keep a note that the this is only because of the Ajax and this doesn’t occur when we do the same steps with a page refresh after withdrawing.

in reply to: Indefinite Payouts request by users #66779

Nora
Member

Payouts have further issues in Dues section in the dashboard where it calculates and deducts commission even from the requested amount.

in reply to: Need Download Manager version 4.6.0 #65438

Nora
Member

I understand. Thank you.

in reply to: Uploading to Amazon S3 when add new package #53011

Nora
Member

@Shaon we really need to be able to upload to S3 from the front-end upload.
Do you have an update on the timeframe?

in reply to: Problem uploading some images #51534

Nora
Member

The sample image exceeds the file size, you can download it from https://drive.google.com/file/d/0B0NgHaHLVrcySEZzWlJUblZiZk0/view?usp=sharing

in reply to: Uploading to Amazon S3 when add new package #51089

Nora
Member

I want to know that too and also have it working in front-end upload.

Viewing 25 posts - 1 through 25 (of 48 total)