I recently added a div to wrap the right side of the single-product page. It consists of the Product's: Title, Price, Variable Drop-down list, tabs, ect.
After doing this my related products are no longer floated left, and are positioned to the very right.
I'd like to figured out how to separate these functions into two individual snippets of code.
@darinroman I figured the comments described what was inside of that function...I deleted the function and both the tabs and related products where removed so that's how I came to realize it was 2 in one...
I will post before and after screenshots. 1 with the php code still in place and another with it deleted. To prove that it's definitely a two in one function.
I recently added a div to wrap the right side of the single-product page. It consists of the Product's: Title, Price, Variable Drop-down list, tabs, ect.
After doing this my related products are no longer floated left, and are positioned to the very right. I'd like to figured out how to separate these functions into two individual snippets of code.
Screenshot// single-products page
There is only one function in the snippet you've provided:
The first part within the php tags is a comment:
Rather than a screenshot which only shows a result, a link to the actual page would be easier to troubleshoot.
@darinroman I figured the comments described what was inside of that function...I deleted the function and both the tabs and related products where removed so that's how I came to realize it was 2 in one...
I will post before and after screenshots. 1 with the php code still in place and another with it deleted. To prove that it's definitely a two in one function.