Pop Up Window On Allura Template - Question | JoomShaper

Pop Up Window On Allura Template

Stephane Hanrez

Stephane Hanrez

Template 1 week ago

Hello,

Using EasyStore and Allura template, I get a pop up with product details when clicking the + sign next to a product in my List of Products.

How do I customize this pop-up window ? I cannot find it under SPPB integration or under SPP pages and couldn't find if it's a module. Typically, I would like to change the texts that appear like "This item is out of stock." of "Only 1 left"as I need to translate those into french.

Also, at the moment, if an article has no variant, the + is replaced by a button that directly puts the article into my cart. How can I change it so I always open the pop-up with details, even if product has no variant, so that my users do have the product description.

Thanks

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 week ago #227712

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. This design is hard coded into a PHP file. Which is located into the core file. If you want to override the core file then watch the video. I hope this video will help you.

https://drive.google.com/file/d/1hQ0jj-_l4-uMkYnxbQSIelzggzNOsntT/view

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
Stephane Hanrez
Stephane Hanrez
Accepted Answer
1 week ago #227779

Thanks, I'll have a look at updating the design from the PHP file.

Anyway, could you let me know :

  • What substitutions I can use for the "This item is out of stock." and "Only 1 left" ? Or is it also hardcoded in English in the template ?
  • How do I get the + sign on every article so it always opens the pop-up instead of having a direct link to add to the cart when there is only one article ?

Would really be nice if the pop up could be added in the SPPB integration to make it easier to customize. I don't like updating files directly in the template as this would be overwritten on next template update :-/ The SPPB integration is really what made me go for Easystore, but it's lacking a lot of stuff (pop-up, checkout, ...).

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 week ago #227930
  1. What substitutions I can use for the "This item is out of stock." and "Only 1 left" ? Or is it also hardcoded in English in the template ?

File location

language/en-GB/com_easystore.ini

Find out this language text & change the text

COM_EASYSTORE_ITEM_OUT_OF_STOCK="This item is out of stock."

  1. How do I get the + sign on every article so it always opens the pop-up instead of having a direct link to add to the cart when there is only one article ?

    Sorry, right now this feature/functionality is not available.

-Thanks

0