Jump to content

out of stock email field missing


cam14

Recommended Posts

Hi,

 

we use the default theme and on our site with products that are out of stock the field for customers to enter their e-mail adress is missing. Compared to the demo Prestashop site we see a difference in the Mail Alert module, but we do'nt know how to fix the problem. 

post-876631-0-52772500-1416567789_thumb.jpg

post-876631-0-33080200-1416567837_thumb.jpg

post-876631-0-59274900-1416567840_thumb.jpg

Link to comment
Share on other sites

  • 2 months later...

Hello,

 

I have the same problem. The div "ooshook" is empty, logged or not as a client. with a product's stock set to 0 or -1. no css settings for this part.

I'm testing Presta 1.6.0.11. with default-bootstrap theme . the module is in v3.4.6

 

If someone have an idea

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

Hello,

 

the module is attached to actionProductOutOfStock Hook. but is it the same hook in product.tpl code ?

<!-- Out of stock hook -->
			<div id="oosHook"{if $product->quantity > 0} style="display: none;"{/if}>
				{$HOOK_PRODUCT_OOS}
			</div>

a screen of my website with firebug:

post-364844-0-09147100-1422712077_thumb.jpg

 

Thanks for help, regards

Link to comment
Share on other sites

×
×
  • Create New...