Giter Club home page Giter Club logo

woocommerce-subscriptions's People

Contributors

remcotolsma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

woocommerce-subscriptions's Issues

Store period in subscription (renewal) order items

For each subscription order item, we want to know for what period the order item is. Currently, WooCommerce Subscription does not store this information with the order items. It can possibly be derived from the order date and the interval/period settings for the subscription and/or subscription product. But a customer or administrator may also be able to manually extend a few periods in advance. This may result in a number of renewal orders on the same date, but strictly speaking the renewal orders are for consecutive periods. Ideally, you want to make it clear on payment descriptions and invoices for what period the payments are. Also in accounting you want to spread the amounts over the correct period. This was previously a challenge in the Pronamic Pay plugin and now we are also encountering this problem within the Pronamic Moneybird plugin.

In the Pronamic Pay integration we initially used code (<= v4.5.6) that determined and set the period:

https://github.com/pronamic/wp-pronamic-pay-woocommerce/blob/f21bf0b8b83e0c5682a9b3825356d8b423714e59/src/Gateway.php#L795-L825

We removed this for renewal orders in v4.5.7:

https://github.com/pronamic/wp-pronamic-pay-woocommerce/blob/f2e6b22cd44c7f4c8a4886f1ab10a5f8c038f6e9/src/Gateway.php#L739-L767

See commit:

pronamic/wp-pronamic-pay-woocommerce@05be2c3#diff-da93ebacf7f0dab5d7c471c91f0e17ae0392749606fd28497fe3391b2b42f875L812-L825

This has been removed after consultation at @pronamic HQ with @rvdsteege, because the period cannot be determined reliably at this time.


Scherm­afbeelding 2024-04-11 om 11 27 00

Can i Start with 0 initial without trail month?

Hi,

Can i Start with 0 amount initial payment without trail month?

i want user will start with 0 deposit once i have made delivered product than 1st invoice will generate with current month prorate amount. then every month 1st will pay full amount of subscription.

How can i achieve this?

thank you

WooCommerce legacy customers API broken - v2 and v3

Hello,

This plugin breaks the WooCommerce legacy API (WC version 2.6.x) for v2 and v3 for the /customers endpoint. By using this line (31 in includes/api/class-wc-api-subscriptions-customers.php):

remove_action( 'pre_user_query', array( $this, 'modify_user_query' ) );

Which removes the additional filtering for created_at_min and created_at_max. When pulling data from the /customers endpoint and using those parameters as query strings, the full set of customers is always returned regardless. Please advise.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.