Jump to content

Ask for Quote module - moving the "submit quote" box.


wutekk

Recommended Posts

Hello

 

I wonder if someone could help me. I'm preparing website for company which I work for. The website based on PrestaShop. At the moment we are not interested in online shop ( this might change in future ) so I bought from Presta shop this module:

http://addons.prestashop.com/en/front-office-features-prestashop-modules/3725-ask-for-a-quote-module-for-prestashop-devis.html

 

It's great! But I wish to move the "submit quote" from bottom of page to right top corner of website where used to be "cart" button. Anyone can help me with this? This is the actual project:

 

http://www.designthing.co.uk/clients/timage/

 

 

Link to comment
Share on other sites

ok, it's clear now.

so in this case you will have to transplant this module to the "displayTop" section.

then you will need to change its position (move module to the top of the list)

 

all of this you can do it in the modules > positions tab.

 

but i don't know this module, i suppose that you will need also to modify the .php file to support this position.

if so, you will see message about that while you will "transplat" module to new hook.

Link to comment
Share on other sites

Add hookTop function in this file:

root > modules > askforaquote > askforaquote.php

 

Example:-

public function hookTop($params) {

global $smarty, $cookie;

... ... ... // The script should be same as hookFooter function.

return $this->display(__FILE__, 'yourtemplatefile.tpl'); // maybe you have to modify TPL-file

}

Link to comment
Share on other sites

Hello

 

I wonder if someone could help me. I'm preparing website for company which I work for. The website based on PrestaShop. At the moment we are not interested in online shop ( this might change in future ) so I bought from Presta shop this module:

http://addons.prestashop.com/en/front-office-features-prestashop-modules/3725-ask-for-a-quote-module-for-prestashop-devis.html

 

It's great! But I wish to move the "submit quote" from bottom of page to right top corner of website where used to be "cart" button. Anyone can help me with this? This is the actual project:

 

http://www.designthing.co.uk/clients/timage/

Due to user-friendly factor, maybe you should consider add "Ask for a quote" button in product LIST too (not product PAGE only).

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 months later...

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