DariuszBladana Posted April 10 Share Posted April 10 (edited) Hi, I encountered problem with the additional Payment button on Product page. So far, I'm unable to do anything from the 'hook' page or 'class' editing delivered by the developer in the module. The prod-button class limits button space, so the resolution might be related to editing the class by adding 'display: block'. Question is where to find the specific file to edit it manully? Pictures display the current and expected result. I'm using Prestashop 8.1.4 Thanks in advance. Expected: Current Edited April 10 by DariuszBladana (see edit history) Link to comment Share on other sites More sharing options...
QuickUpdate.net Posted April 10 Share Posted April 10 (edited) There should be a hook for it or code in the product template file (themes/classic/templates/catalog/_partials/miniatures/product.tpl) Edited April 10 by QuickUpdate.net (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted April 10 Share Posted April 10 I think some CSS needs to be applied. Whats the site URL ? Link to comment Share on other sites More sharing options...
DariuszBladana Posted April 10 Author Share Posted April 10 I found the solution using AI a bit to find the file name which I should edit (I never thought AI might help in problems like this) @QuickUpdate.net - there is 2 hooks that might be attached to the widget but both give the same result @Knowband Plugins - yes CSS was the problem because I had to edit theme/assets/cms > theme.css find prod-buttons - add common attributes like height/display/width with !important to overwrite previous settings I couldn't find. Link to comment Share on other sites More sharing options...
QuickUpdate.net Posted April 10 Share Posted April 10 @DariuszBladana well interesting indeed you got a solution response for this type of issue, reading you first post better it is rather obvious it is a CSS issue. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now