Modify class-views.php
-
Hi all,
When I modify the page class-view.php from
echo ‘<div class=”woo_mulit_price ‘.$custom_css_class.'”>’. $product->get_price_html() .'</div>’;
to
echo ‘<div class=”woo_mulit_price ‘.$custom_css_class.'”>’. $product->get_price_html() .’V</div>’;I added “V” letter after the get_price_html() method, the web page with parallax effect have all background images are streching.
I don’t understant why when I add a letter or delete a lettre from this file create a bug.
Have you a idea ?
Regards
- The topic ‘Modify class-views.php’ is closed to new replies.