Hi David,
thank you very much for your help. It works so far.
At the moment there is only one small fault to solve. I want to have the product navigation arrow, on one line with the price information. I attached a screenshot with the current situation.
I have figured out that the code elements are in the content-single-product.php
file. Can I now copy the code elements from line 96 – 100
<?php if ($has_cat != 0) { ?>
<div class="product-navigation">
<div class="nav-previous"><?php previous_post_link( '%link', '<i class="fa-angle-right"></i>', true, '', 'product_cat' ); ?></div>
<div class="nav-next"><?php next_post_link( '%link', '<i class="fa-angle-left"></i>', true, '', 'product_cat' ); ?></div>
</div>
and paste them above line 60, or do I destroy anything with that method? Thanks in advance for your help.
<?php wc_get_template( 'single-product/price.php' ); ?>
Attachments:
You must be
logged in to view attached files.