Solved

wishlist page is showing 404 error

ABISSTOR
Explorer
60 1 18

On desktop, the wishlist page is working but on the phone, it shows a 404 error.

WhatsApp Image 2021-06-25 at 10.51.17 AM.jpeg

link  www.abistor.com

Accepted Solutions (2)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@ABISSTOR 

sorry for that issue can please check mobile menu is different link please check

Desktop link its current = https://www.abistor.com/pages/wishlist

Mobile links is wrong = https://www.abistor.com/pages/wish-list (please update this link same as desktop )

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@ABISSTOR 

great thanks i have update code its work now please check

ABISSTOR _ Edit _ Soon Ppublishing _ Shopify.png

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 29 (29)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@ABISSTOR 

sorry for that issue can please check mobile menu is different link please check

Desktop link its current = https://www.abistor.com/pages/wishlist

Mobile links is wrong = https://www.abistor.com/pages/wish-list (please update this link same as desktop )

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ABISSTOR
Explorer
60 1 18

@KetanKumar there is no section to update link particularly for mobile or desktop

sss.PNG

KetanKumar
Shopify Partner
36839 3635 11972

@ABISSTOR 

can you please sent your header section  code

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ABISSTOR
Explorer
60 1 18

{% assign pagename = request.page_type | handle %}

<div data-section-id="{{ section.id }}" data-section-type="header">
{% if section.settings.message %}
{% if section.settings.home_page_only == false or request.page_type == 'index' %}
<div class="announcement-bar text-center hide">
<div class="container">
<div class="rte">
<div class="announcement-bar__message">{{ section.settings.message_text }}</div>
<a href="javascript&colon;void(0)" class="close" aria-label="close"><span class="icon">&#215;</span></a>
</div>
</div>
</div>
{% endif %}
{% endif %}
<header class="site-header {% if settings.enable_header_effect %}header-sticky{% endif %}">
{% render 'header-pc', pagename: pagename %}
{% render 'header-mobile', pagename: pagename %}
</header>
</div>

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": {{ shop.name | json }},
{% if section.settings.logo %}
{% assign image_size = section.settings.logo.width | append:'x' %}
"logo": {{ section.settings.logo | img_url: image_size | prepend: "https:" | json }},
{% endif %}
"sameAs": [
{{ settings.social_twitter_link | json }},
{{ settings.social_facebook_link | json }},
{{ settings.social_pinterest_link | json }},
{{ settings.social_instagram_link | json }},
{{ settings.social_tumblr_link | json }},
{{ settings.social_snapchat_link | json }},
{{ settings.social_youtube_link | json }},
{{ settings.social_vimeo_link | json }}
],
"url": {{ shop.url | append: page.url | json }}
}
</script>

{% if request.page_type == 'index' %}
{% assign potential_action_target = shop.url | append: routes.search_url | append: "?q={search_term_string}" %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": {{ shop.name | json }},
"potentialAction": {
"@type": "SearchAction",
"target": {{ potential_action_target | json }},
"query-input": "required name=search_term_string"
},
"url": {{ shop.url | append: page.url | json }}
}
</script>
{% endif %}

{% schema %}
{
"name": "Header",
"settings": [
{
"type": "header",
"content": "Announcement bar"
},
{
"type": "checkbox",
"id": "message",
"label": "Show announcement",
"default": false
},
{
"type": "checkbox",
"id": "home_page_only",
"label": "Home page only",
"default": false
},
{
"type": "html",
"id": "message_text",
"label": "Text"
},
{
"type": "header",
"content": "Header Logo"
},
{
"type": "text",
"id": "logo_text",
"label": "Logo text"
},
{
"type": "image_picker",
"id": "logo",
"label": "Logo image"
},
{
"type": "range",
"id": "logo_max_width",
"label": "Custom Logo Image",
"min": 50,
"max": 250,
"step": 5,
"unit": "px",
"default": 100
},
{
"type": "header",
"content": "Header Account"
},
{
"type": "checkbox",
"id": "enable-header-account",
"label": "Enable Header Account",
"default": true
},
{
"type": "select",
"id": "header-account-position",
"label": "Position show",
"default": "right",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "right",
"label": "Right"
}
]
},
{
"type": "header",
"content": "Header Search"
},
{
"type": "checkbox",
"id": "enable-header-search",
"label": "Enable Header Search",
"default": true
},
{
"type": "select",
"id": "header-search-position",
"label": "Position show",
"default": "right",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "right",
"label": "Right"
}
]
},
{
"type": "header",
"content": "Header Wishlist"
},
{
"type": "checkbox",
"id": "enable-header-wishlist",
"label": "Enable Header wishlist",
"default": true
},
{
"type": "select",
"id": "header-wishlist-position",
"label": "Position show",
"default": "right",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "right",
"label": "Right"
}
]
},
{
"type": "header",
"content": "Header Cart"
},
{
"type": "checkbox",
"id": "enable-header-cart",
"label": "Enable Header Cart",
"default": true
},
{
"type": "select",
"id": "header-cart-position",
"label": "Position show",
"default": "right",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "right",
"label": "Right"
}
]
},
{
"type": "header",
"content": "Header Navigation"
},
{
"type": "link_list",
"id": "main_linklist",
"label": "Menu",
"default": "main-menu"
},
{
"type": "select",
"id": "main-menu-position",
"label": "Position show",
"default": "left",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "right",
"label": "Right"
}
]
},
{
"type": "header",
"content": "Header Navigation Label"
},
{
"type" : "text",
"id" : "label_1",
"label" : "Name Label"
},
{
"type" : "textarea",
"id" : "label_1_collection",
"label" : "Collection show label",
"info" : "=============="
},
{
"type" : "text",
"id" : "label_2",
"label" : "Name Label"
},
{
"type" : "textarea",
"id" : "label_2_collection",
"label" : "Collection show label",
"info" : "=============="
},
{
"type" : "text",
"id" : "label_3",
"label" : "Name Label"
},
{
"type" : "textarea",
"id" : "label_3_collection",
"label" : "Collection show label"
},
{
"type": "header",
"content": "Header Navigation Dropdown"
},
{
"type": "checkbox",
"id": "enable_megamenu",
"label": "Enable Dropdown MegaMenu?",
"default": false
}
],
"blocks": [
{
"type": "style_1",
"name": "Mega menu layout 1",
"settings": [
{
"type" : "header",
"content" : "Collection"
},
{
"type": "text",
"id": "megamenu_items_1",
"label": "Collection name for layout",
"default": "Catalog"
},
{
"type" : "header",
"content" : "Product"
},
{
"type": "text",
"id": "title_featured_product_1",
"label": "Title Product",
"default" : "Featured Products"
},
{
"type": "product",
"id": "featured_product_1_1",
"label": "Product"
},
{
"type": "product",
"id": "featured_product_1_2",
"label": "Product"
},
{
"type": "product",
"id": "featured_product_1_3",
"label": "Product"
},
{
"type": "product",
"id": "featured_product_1_4",
"label": "Product"
},
{
"type" : "header",
"content" : "Banner Image"
},
{
"type": "image_picker",
"id": "banner_image_1_1",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_1_1",
"label": "Link For Banner"
}
]
},
{
"type": "style_2",
"name": "Mega menu layout 2",
"settings": [
{
"type" : "header",
"content" : "Collection"
},
{
"type": "text",
"id": "megamenu_items_2",
"label": "Collection name for layout",
"default": "Catalog"
},
{
"type" : "header",
"content" : "Banner Image"
},
{
"type": "image_picker",
"id": "banner_image_2_1",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_2_1",
"label": "Link For Banner"
}
]
},
{
"type": "style_3",
"name": "Mega menu layout 3",
"settings": [
{
"type" : "header",
"content" : "Collection"
},
{
"type": "text",
"id": "megamenu_items_3",
"label": "Collection name for layout",
"default": "Catalog"
},
{
"type" : "header",
"content" : "Banner Image"
},
{
"type": "image_picker",
"id": "banner_image_3_1",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_3_1",
"label": "Link For Banner"
}
]
},
{
"type": "style_4",
"name": "Mega menu layout 4",
"settings": [
{
"type" : "header",
"content" : "Collection"
},
{
"type": "text",
"id": "megamenu_items_4",
"label": "Collection name for layout",
"default": "Catalog"
},
{
"type" : "header",
"content" : "Banner Image"
},
{
"type": "image_picker",
"id": "banner_image_4_1",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_4_1",
"label": "Link For Banner"
},
{
"type": "image_picker",
"id": "banner_image_4_2",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_4_2",
"label": "Link For Banner"
},
{
"type": "image_picker",
"id": "banner_image_4_3",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_4_3",
"label": "Link For Banner"
},
{
"type": "image_picker",
"id": "banner_image_4_4",
"label": "Upload Banner"
},
{
"type": "url",
"id": "link_banner_image_4_4",
"label": "Link For Banner"
},
{
"type" : "header",
"content" : "Breadcrumb menu"
},
{
"type": "text",
"id": "text_breadcrumb_4",
"label": "Text For Breadcrumb menu",
"default": "More offers"
},
{
"type": "url",
"id": "link_breadcrumb_4",
"label": "Link For Breadcrumb menu"
}
]
}
]
}
{% endschema %}

KetanKumar
Shopify Partner
36839 3635 11972

@ABISSTOR 

great but doesn't code this file 

please share this file code

{% render 'header-mobile', pagename: pagename %}

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ABISSTOR
Explorer
60 1 18

@KetanKumar how  n where can I find it?

KetanKumar
Shopify Partner
36839 3635 11972

@ABISSTOR 

can you please hover thene show arrow after click ''

also this file show to snippets 

if don't this so 

Partners: Requests for staff access when providing assistance is not appropriate. Guidance should be provided within the topic if possible, and if access is required the collaboration feature detailed in this blog post should be used over requesting staff access: The Shopify Collaborator Account: What You Need to Know

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ABISSTOR
Explorer
60 1 18

i am so sorry @KetanKumar i have enabled the right click now can check sir 

KetanKumar
Shopify Partner
36839 3635 11972

@ABISSTOR 

can you please sent

Partners: Requests for staff access when providing assistance is not appropriate. Guidance should be provided within the topic if possible, and if access is required the collaboration feature detailed in this blog post should be used over requesting staff access: The Shopify Collaborator Account: What You Need to Know

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ABISSTOR
Explorer
60 1 18

please i have sent the request

bamaniyaketan.sky@gmail.com

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@ABISSTOR 

great thanks i have update code its work now please check

ABISSTOR _ Edit _ Soon Ppublishing _ Shopify.png

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6

Sir I;M having the same error, and I cant find the code you specified earlier! can you tell me where to find the code

 

KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6
KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

thanks for url

sorry your store is password protect 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6

the password of the store is Baby101!

KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

thanks for it but doesn't work 

KetanKumar_0-1635599407934.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6

sir that is the password please note that the 'B' in Baby101 is capital for the password

KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

great thanks its work

but i can't see wishlist page link

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6

sir the wishlist page link is thru the product itself, I could not find a way to put wishlist in the top bar

hasnain28
Excursionist
10 0 6

sir the wishlist page link in on products I could not find a way to put it on the top bar

KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

let me know which app do you have added?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6

Sir i did not add any app just using the theme, I go to wishlist like this using products Untitled.png

KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

oh sorry for that issue can you please confirm your theme support team its default theme issue 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
hasnain28
Excursionist
10 0 6

oh i see, how can i tell them sir?

KetanKumar
Shopify Partner
36839 3635 11972

@hasnain28 

which theme do you have used?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
mahasobhi047
Tourist
22 0 3

https://genevievepk.com/pages/wish-list

 

hey sir i am also facing the same problem how can i sort it?

 

Lavinia12
Tourist
6 0 3

Hey Abisstor, did you solve this issue? I have the same issue 😕 Im trying to find where I can change the link in the code but can't find it. Could you let me know what your solution was please?? thank you v much in advance, Lavinia

 

KetanKumar
Shopify Partner
36839 3635 11972

@Lavinia12 

can you please share store url

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing