Scroll
How can I change the code that inserts views?
Forums
I have some HTML code and a view that displays 4 products with specific properties. However, the view is not using the HTML format that I need. Is there any way to change the output template of the view? I mean something like <div> <? echo $fields[1]?></div> <div> <? echo $fields[2]?></div> so that I can modify both the HTML and the order of the fields myself.
- Log in to post comments