• Resolved caidad

    (@caidad)


    Hi,

    I use memberships plugin for woocommerce and I would like to apply a discount to my customers. However, the discount is only applied when adding to the cart and not before (when configuring the product), this is a problem.

    To give an example, when I configure my product I get a price of 500€ and I would like the displayed price to be 250€ (I activated a 50% discount with the memberships plugin) but this discount appear only in cart page …

    How can I do?

    Thanks
    Antoine Delavennat

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author moomooagency

    (@moomooagency)

    Hi,

    It seems like something custom. Try using plugin’s hooks, maybe. (They are in the docs).

    Thread Starter caidad

    (@caidad)

    I can’t do it, uni_cpo has its own language and doesn’t mix with woocommerce’s language I feel like

    Plugin Author moomooagency

    (@moomooagency)

    No, it is still PHP, same programming language. Probably you have to hire somebody for this custom job.

    Thread Starter caidad

    (@caidad)

    Even if it’s PHP the variables are different between uni_cpo and woocommerce …

    to display the price
    uni_cpo: {{{data.price}}
    Woocommerce: $price

    how can i do match both ?

    Plugin Author moomooagency

    (@moomooagency)

    But I told you how – use WP hooks. The hooks used in the plugin are in the docs.

    Thread Starter caidad

    (@caidad)

    I tried, but I couldn’t do it.
    It is not normal that the discount does not work for products with customization when without it works …

    Plugin Author moomooagency

    (@moomooagency)

    Sometimes plugins are incompatible, it happens.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Price’ is closed to new replies.