I am using the Minimal theme.
I customized product-template.liquid to display a customized product page. It looks exactly how I want it for the most part. HOWEVER, I noticed that if I access this same page via the product recommendations at the bottom of the page, the customized product page content does not appear how I need it to.
Website: www.dejadoodle.com
Temporary Site Password: michigan81
Go to Create Your Own --> and then click on the first listed product. You'll see this:
However, if I click on a similar product in the product recommendations section at the bottom, it now displays like this (full unedited product title, includes the pink bar which I don't want, and it is missing the purple and pink boxes that contains information I DO want):
Can someone advise what I need to do to fix this? I'm guessing it has to do with the URL structure, but I'm not sure how to fix it:
Correctly-displayed version: https://dejadoodle.com/collections/dejadoodle-silhouettes/products/dejadoodle-light-skin-no-freckles...
Incorrectly-displayed version: https://dejadoodle.com/products/dejadoodle-light-skin-black-hair-body-style-a?pr_prod_strat=collecti...
Hey! Here are the parts that are not displaying approprpiately.
<p>
{% if collection.title == 'Create Your Own' %}
<span class="package-includes">Your starter collection includes 1 silhouette, 1 hairstyle, and 1 outfit</span>
{% endif %}
</p>
<p>
{% if collection.title == 'Create Your Own' %}
<span class="choose-hairstyle-outfit"><i class="fas fa-heart"></i> Choose your hairstyle & outfit. <i class="fas fa-heart"></i></span>
<span class="choose-hairstyle-outfit-small-italic">PSSSST … heads up: The image preview will not change based on your selection.</span>
<span class="choose-hairstyle-outfit-small">View all hair and outfit choices by browsing the thumbnails.</span>
{% endif %}
</p>
I have updated the link structure a bit. I wanted to share the new URLs
Here is the product displaying correctly:
Here is the incorrect view:
User | Count |
---|---|
25 | |
20 | |
19 | |
16 | |
15 |