Jump to content

Replacing add to cart button by contact call 2 action


jazzper

Recommended Posts

Hi, short question, complex answer I suppose:

 

My products are complex and contact is the call 2 action I need on the product detail page. 

I looked for modules or otherwise but could not find a solution. I'm not afraid to dive into the tpl's but need a clue! 

 

edit: oh wacht ik heb nog bewust NL deel opgezocht typ ik in reflex engels. Nou ja jullie snappen het. 

Edited by jazzper (see edit history)
Link to comment
Share on other sites

how did I miss that... Alright! I'm gonna use that. 

 

It is half the solution. The other half will be to give a call 2 action like contact or more info. Any tips there?

Da's een kwestie van een extra knop toevoegen aan bijvoorbeeld de product.tpl (product weergave template) met de catalogus modus als criterium.

Bijvoorbeeld:

 

<p id="request_quote" {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR !$PS_CATALOG_MODE}style="display:none"{/if} class="buttons_bottom_block">
<span></span>
<input type="submit" name="Submit" value="{l s='Request a quote'}" class="exclusive" />
</p>

Door middel van javascript (toevoeging aan de knop, ajax-cart.js) of een extra html form dient er dan een actie te worden toegevoegd aan deze knop.

 

Overigens is zo'n oplossing volgens mij voor handen in de vorm van een 'request a quote'-module.

Zie https://www.google.nl/#q=prestashop+request+quote&safe=off

Link to comment
Share on other sites

in this case you can modify .tpl files: product.tpl

you can add there information about contact, some contact form button etc.

 

 

// so sorry i've noticed that we aren't in the english section, while the content of first post is in english.

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...