• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Avoid payment for free product

Avoid payment for free product 10 years 5 months ago #29462

Hi to everybody!
This question have been done before in other post but without answer. I´m trying to solve it now.
I´ve got a free product and I want to avoid the client going to paypal in this case. I can hide the payment buttons with the conditional fields, but unfortunately this doesn´t avoid the payment.

I´m trying to do it with a script in the head of "html layout" of the form:

<script type="text/javascript">
function calcular()
{
if(document.getElementById('productypes').value == 'freeproduct')
{document.getElementById('payment-type').value = 'offline';
}
}
</script>


In addition I hide all the payment related buttons with condtional fields and no {offline} information added to the email.
But something is wrong. Paypal continues.
Last Edit: 10 years 5 months ago by fernandez. Reason: Wrong forum
The administrator has disabled public write access.

Avoid payment for free product 8 years 8 months ago #35632

  • massageindy
  • massageindy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 2
I may be off base, but it seems the "wire transfer" built in payment option would work for this. Just change the name of the payment method and then add any info to the checkout page you like.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!