Jump to content

FaceBook Promote v2.9 - Installation help!


Recommended Posts

Hi,

 

I also installed FB promote, can i change the code so it works with https? Or do i have to exclude it from the my-account.php, order.php etc?

 

I use prestashop 1.4.7.3

 

Thanks

Ben

Link to comment
Share on other sites

Both of you should contact the publisher and ask for support. Mike can put you in touch with them, if the modules do not have support information. Also report back if they solve your problem or not so people will know.

Link to comment
Share on other sites

  • 2 weeks later...

Hello helldog2004,

 

I saw with firebug there was http for the fb-icon.png, so i changed the following:

 

fbpromote/views/templates/hook/fbpromoteblock.tpl

 

line29: <h4 style="padding-top:5px;"><img src="{$base_dir}modules/fbpromote/views/img/fb-icon.png" alt="Facebook" style="float:left; height:14px; width:14px; margin-right:3px;" /> {l s='Be fan' mod='fbpromote'}</h4>

 

line29: <h4 style="padding-top:5px;"><img src="https://www.mydomain.com/modules/fbpromote/views/img/fb-icon.png" alt="Facebook" style="float:left; height:14px; width:14px; margin-right:3px;" /> {l s='Be fan' mod='fbpromote'}</h4>

 

probably not the best way but it works now ;-)

 

Thanks anyway

 

Cheers

Ben

  • Like 1
Link to comment
Share on other sites

  • 3 months later...
  • 2 years later...

Hello helldog2004,

 

I saw with firebug there was http for the fb-icon.png, so i changed the following:

 

fbpromote/views/templates/hook/fbpromoteblock.tpl

 

line29: <h4 style="padding-top:5px;"><img src="{$base_dir}modules/fbpromote/views/img/fb-icon.png" alt="Facebook" style="float:left; height:14px; width:14px; margin-right:3px;" /> {l s='Be fan' mod='fbpromote'}</h4>

 

line29: <h4 style="padding-top:5px;"><img src="https://www.mydomain.com/modules/fbpromote/views/img/fb-icon.png" alt="Facebook" style="float:left; height:14px; width:14px; margin-right:3px;" /> {l s='Be fan' mod='fbpromote'}</h4>

 

probably not the best way but it works now ;-)

 

Thanks anyway

 

Cheers

Ben

Very good answer, thanks!

Link to comment
Share on other sites

×
×
  • Create New...