Jump to content

How to disable the payment procedure for free downloads?


Recommended Posts

Hello everybody!

 

I am new to prestashop and I offer many free downloads.

 

This poses a lot of inconveniences:

 

- how can I disable the payment procedure (no billing and no shipping is involved if there are only free download products in the shopping cart ...)

 

- is there a way to offer a bundled download for all chosen download products "download at once"?

 

- how can I change the price that is shown "0,00 €" to "free"?

 

thx for any help,

piku

Link to comment
Share on other sites

3) in this case you have to edit all template files where the prices appear

you will have to use something like

 

{if $price <=0}
{l s='FREE'}
{else}
code for display price here
{/if}

 

 

 

ps. in the future please follow forum rules, 1 thread = 1 question

we will be grateful

 

best regards

Link to comment
Share on other sites

Sry for triple questioning - won't happen again!

 

I couldn't test your idea yet ... but I will and I will post the result to let you know ...

 

But allow me to ask a follow up question:

 

As the price is "FREE" for every product anyway (at least for now and for quite a while to come) is there a way to define the output "FREE" for any appearing price globally somehow?

 

It would be quite some work to search for every single reference of the price being diplayed and it seems that I don't need it to be a conditional display ...

 

thx for your help,

piku

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...