Hello.
I have Royal Woocommerce theme.
I have problem with upsells. I change position this module in content-single-product.php in Woocommerce folder. Now this module is under photos. Under content of Product there are related products (in theme option this position is called after content)
Now, when i set up position of upsell there is problem with display this module. Buttons from “Add to cart” are so much close each other. That buttons are connected with buttons from related product in css and i can’t change it without changing buttons from RP. I am looking for some setting of buttons in theme files but i found only one array to set up upsells. I can’t find where is the function from this and change some class or put in php echo to do some shortcode (in docs there are shortcodes to make different size and styles of this button).
I have change upsell to sidebar – and now there is list with products but there is no button “Add to cart” – where is the place to register function to display that button? In Woocommerce documentations there is instruction that i need modify file: wc-template-functions.php but there is no file like this in theme and other folders (even Admin folder).
I know you made this theme with no button when upsell is in sidebar. But i really need found the lines in your files to modify that display or add that button to sidebar position.