Digital experiences for all disciplines
New Landing › How can we help? › General › Feedback & Suggestions › show article number
New Landing › How can we help? › General › Feedback & Suggestions › show article number
- This topic has 20 replies, 3 voices, and was last updated 10 years by Kyle – SUPPORT.
-
Posted in: Feedback & Suggestions
-
October 17, 2014 at 9:52 am #120990
hi everybody,
I would like to add the article number on my product pages.
see the webpage and the attached image:
http://www.eshop.sukiya.ch/produkt/ruben-hunter-desk-lamp/each product has a number but it does not appear on the page.
and if you look at the button “add to shopping bag” – the text seems to be double.
is it possible to change the appearance of the text in a regular or more lighter form?thanks a lot and best wishes,
LisaAttachments:
You must be logged in to view attached files.October 17, 2014 at 10:22 am #121004Hi
Not sure what you mean about the number? Please can you provide an example
For the button text add this to your custom css:
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt { text-shadow: none; }
– Kyle
October 17, 2014 at 11:58 am #121044dear kyle,
thanks for your help.
the button text is ok now – thank you!for the product number – please see the images attached.
I gave each product a product number – see the image 1.
so this product number should also be shown on the product pages-see the image 2 (a shortcut from the neighborhood theme page).thanks a lot for your help!
best wishes,
LisaAttachments:
You must be logged in to view attached files.October 17, 2014 at 12:16 pm #121054You have this added to your custom css:
div.product_meta { display: none; }
Which is hiding the number
– Kyle
October 17, 2014 at 12:20 pm #121055thank you kyle – but unfortunately this is not working.
best wishes,
LisaOctober 17, 2014 at 12:25 pm #121060I think you misread what I said, you already have that code in your CSS and it’s causing the number to not appear. Now you have 2 instances of the CSS, you need to REMOVE both
– Kyle
October 17, 2014 at 12:41 pm #121074dear kyle,
thank you – but I could not find a CSS like this:
div.product_meta {
display: none;
}see my CSS attached. maybe its another code?
I remember that I tried to simplify the product page by removing some infos.
but I could not find a code which is similar to yours.best wishes,
LisaAttachments:
You must be logged in to view attached files.October 17, 2014 at 12:48 pm #121083It right there at the top of screenshot 1, third rule down
– Kyle
October 17, 2014 at 12:55 pm #121090dear kyle,
I am sorry – now I found it. thank you.
I put it in last time to remove those infos:
– need help?
– contact us
– leave feedback
– category: furnitureis it possible to leave only the Art.- Nr. and to remove all the other information?
see the attachment.thank you so much.
best wishes,
LisaAttachments:
You must be logged in to view attached files.October 17, 2014 at 12:57 pm #121092Hi,
Please go to Admin -> Theme Options -> General Options -> Custom CSS -> Here you will find this codediv.product_meta{display:none}
. So remove that code.
Thanks
MohammadOctober 17, 2014 at 12:59 pm #121094Add this to your custom css:
.product_meta .posted_in, .product_meta .leave-feedback, .product_meta .need-help { display: none; }
– Kyle
October 17, 2014 at 1:09 pm #121100thank you kyle!
perfect! it works!
something else:
is it possible to let the price on the product page appear like so:“from CHF 200”
instead of
“CHF 200-CHF 230” (see the attachment)
best wishes,
LisaAttachments:
You must be logged in to view attached files.October 17, 2014 at 1:09 pm #121102I’m afraid not sorry, that’s something WooCommerce changed
– Kyle
October 17, 2014 at 1:16 pm #121104oh thats a shame.
maybe its possible to make a space between the number and the letter?
now it appears a bit close.like so:
“CHF 200 – CHF 230”
instead of
“CHF 200-CHF 230”
best wishes,
LisaOctober 17, 2014 at 1:41 pm #121110I’m not sure it’s controlled by woocommerce so you would have to ask them
– Kyle
-
Posted in: Feedback & Suggestions
You must be logged in and have valid license to reply to this topic.