This topic has 12 replies, 4 voices, and was last updated 8 years, 9 months ago ago by Robert Hall
Specials, Top sellers and New Products
on front page bottom, how to add these pages and make it link to specials, top sellers and new products atumotically? Currently my site of those links are empty
Thanks very much
Hello,
You can mark new and special products in Products > edit a product http://storage9.static.itmages.com/i/16/0202/h_1454432737_2023736_164350426c.png .
Regards,
Eva Kemp.
Thanks you got me wrong
Blew our offers, there are specials, new items, and so on, those are supposed to link to coresponding page
but currently it has nothing but a black page, so my questions is how to make those pages
Hello,
You are using incorrect shortcode. Please read theme documentation https://www.8theme.com/demo/docs/idstore/#!/idstore_shortcodes regarding available shortcodes.
Regards,
Eva Kemp.
THnks for your help, I filled in the right code following the link you sent
but specials page should show on sale items, but it shows random items which is not on sale (dicount)
And the page title Specials look really not nice, i would prefer not to be shown(but if i delete the title name, site map will show this page as #numbers, which is not nice either)
Hello,
Please provide us with WP Dashboard details in private content.
Best regards,
Jack Richardson.
Ok thanks
details are sent on below private box
Hello,
1. You need to add sale price in Products > needed product > Variations to display them on page using [etheme_sale]
shortcode.
2. I’ve added the css code in your custom.css to hide page title
.page.page-id-622 .page-title {
display: none;
}
Best regards,
Jack Richardson.
Thanks, about the title, only specials page title is gone, all the rest(BELOW OUR HELP, OUR SERVICES, OUR OFFERS) still have titles.
SUCH AS
top sellers
new products
FAQS
…
and so on
Can
.page.page-id-622 .page-title {
display: none;
}
Apply to all of them? Thanks
Hello,
I’ve added the following code in custom.css. Please check it.
.page-title{
display: none;
}
.page-id-360 .page-title{
display: block;
}
Regards,
Robert Hall.
Dear Robert Hall.
Thanks a lot, it is good now.
Have a good day and thanks again!
Alice
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Specials, Top sellers and New Products’' has been successfully resolved, and the topic is now closed for further responses