Good day, I will have a lot of attributes on the woocommerce list (not added yet), at the moment I have 10 attributes, which after entering the shortcode display everything? why? I have one attribute assigned to the product, so for some reason all attributes in the block display.
As you can see in the picture I have one attribute and two attributes are shown (picture 2)
https://ibb.co/bNN0WNn
https://ibb.co/q0w8NHp
https://ibb.co/HgrLwD3
very strange, I have about 10 attributes added, and the color green is displayed, plus I don’t know why, what should I enter in the shortcode… in short, I just want one attribute, which is assigned in the product edition.
]]>this provided shortcode is listing all attribute values, but I want to break them into multiple sections with 10 values each. coz i have large set of attribute and values ,Is there a way to achieve this?
]]>Hi there,
This is a great little plugin. Thanks for sharing it.
Is there a way to split the list up so that, essentially, I can show 26 lists, one for each letter of the alphabet?
e.g.
<h3A</h3>
a
aa
aaa
<h3>B</h3>
b
bb
bbb
<h3>C</h3>
c
cc
ccc
……..
Thank you
]]>I am using this shortcode for a WooCommerce store. I would like to use the shortcode to display plain text terms for the attribute, no bullet list, no hyperlink. Is there a way to do this without editing the PHP?
]]>Great little tool, it is really easy to use.
I just have a suggestion for a future update : could you add a specific css class to the current attribute. For exemple I use your shortcode to list the brands in an ‘Brand’ archive page and it allows to quickly navigate between the different brand pages. If the current archive page is ‘Nike’ for example I would like to be able to stylise (in css) the link ‘Nike’ in the list. Even better it would be great if this item was not a link but a simple text as we already are on the ‘Nike’ page.
Thanks.
]]>Hi,
I am trying to display attribute that is only defined for specific sku, for example product attribute is JM and value is “kom”. , but for some reason it also displays “m”, which is not defined as attribute for that product.
Question is I want to display only attribute that is linked to product I am viewing.
]]>Hi,
great plugin! Instead of having a list, I would like to show the terms in one line, seperated by a semicolon. How do I have to change the code to achieve that?
Thank you in advance
]]>Hi,
I use this plugin on a multilanguage site. With the default language it works perfect but with a non default language (starting with ?lang=xxx) it doesn’t work because of the dubble ? parameter in the url, ie:
https://test.guanokalong.nl/shop/?lang=en?filter_eigenschap=liquid
(second ? should be & to work, ie: https://test.guanokalong.nl/shop/?lang=en&filter_eigenschap=liquid)
Is there a way to detect the first ? in the url and change the second ? to a &.
Kind regards,
Axel
]]>Hello team,
in my first thread i could not give response back and sorry for that but now i really need a solution of this thread. i have used woocommerce plugin and created one product attribute which is “Applications” and value of this application attribute have assigned to some products but when i click on application it display all products instead of those paricular products.
here is link – https://abhimart.com/applications/
how can insolve this issue, please kindy asssist.
]]>Hii There,
i have activated woocommerece plugin. and i have created one attribute “application” and assigned attribute values to some products.
Now what i want is that when i click on that particular attribute value, then that product will open which i have assigned atrribute value to it.
fox example – i have assign “apple” value of “fruit” attribute to “fruitmarket” product at the backend. when i go to frontend and i clieck “apple” name then only “fruitmarket” product should open. not all product should open.
i hope you understand.
kindly assisst
Hello, i have a product page (wooocommerce) and I would like to call a specific attribute of the product. My attribute is called “annata”. I tried with this:
[wcpas_product_attributes attribute=”annata”]
but it’s showing all the terms present in annata attribute, not the only the one assigned to this product. How can I do that?
Thanks in advance!
alice
How can I get all products below certain price rage .
I tried these Short codes-
[product_attributes attribute=”Price” filter<“1000″ /]
[product_attributes attribute=”sale_price” filter<“1000” /]