kunst Posted January 18, 2023 Share Posted January 18, 2023 Hi! I was trying to add more than one product to my order_conf but when I add more than two products it doesn’t continue on the line below but rather one next to the other. Ideally the products should appear centered and two per row. I don´t know how to fix this as i am working with the variable {products} and I´m not sure how to alter it to understand how it should display Link to comment Share on other sites More sharing options...
s4lvozesta Posted January 20, 2023 Share Posted January 20, 2023 In classes/PaymentModule.php , look for `validateOrder` function and find `Mail::Send` which uses `order_conf` template. As you traceback, you would find `$data` having `{products} => $product_list_html`. That might be what you are looking for 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