I've inherited a site and am trying to make some improvements. I come from other ecommerce systems and at the moment in Actinic I am trying all sorts of ways and finding none that work to achieve what seems like basic functionality to me. The site has been on Actinic for a long time so it is possible many old workarounds and tricks are still on that have a proper solution by now. At least that was my hope, but in 2 weeks of trying and looking around these forums I'm still turning in circles on some of the questions. This is one of them.
Mainly I would like to take key product information out of the description text and into custom structured attributes, so it can be used for search and perhaps for automated cross browsing (more products with the same ...) Having a good structure of attributes means the content can be repurposed in different ways on different pages, for example for a small mobile screen or to generate a pdf catalogue.
But as I moved my content to different structured pieces, the content has been disappearing from the search index - not a desirable side effect at all. I'd like to structure my content in attributes and still have the whole content of these attributes be lumped into the index for searching, but I couldn't find a way to do this. It seems incredible, I hope I am wrong, but I have searched a lot across this forum
Furthermore my content has accents and I want to allow users to enter the text without accents and the search to find the matches. Without having to add the misspellings to the main description. Normally this is done by adding extra keywords in a separate field that is part of the search, but that is not possible.
I cannot find a way to add a custom attribute to the main keyword search index, so it is used when searching by keyboard. This seems an incredible oversight.
I have seen the workarounds:
- put noscript tags in (pollutes the content and displeases google)
- put the content in the extended information then have a php script chop it up on upload
- use meta tags (products dont have meta tags but i suppose the attribute could be extended to show on products, and then it would be indexed?)(EDIT: i sure cannot see how to do that anywhere either)
the last one might solve my spelling/tags query, but it won't help with structuring data.
so here are my questions:
1. Is there a solution to adding attribute content to the main index that I am not aware of, perhaps using the "upload" functionality? Is there an extension or something in v11 that improves on the situation?
2. The only way I could see to add a searchable attribute is that it appears are a drop down/select/checkbox. This only works for attributes which will have a limited number of clean options. It wouldnt work for an attribute that was, for example "ingredients" or one that would have a lot of values. Is there a way to do a text search in an attribute rather than a select, perhaps via the "upload" functionality, or an extension, or even v11?
2b. Or is there a way to get an attribute that is a value list selector but allows multiple values to be selected per product (not for the search, i know that is possible, but in the product values. All I could find is single select)
3. I started creating some attributes that were of the true/false kind for some flags, but it seems that I cannot use an attribute like this in the search. Is there a workaround beyond redoing them as multiple (2) choice?
4. If I wanted some virtual section pages based on specific values of an attribute, not done dynamically on the server but just created like everything else at upload, without the huge manual hassle of having to clone products and manually maintain a huge list of categories (which becomes horrible when products are discontinued and they are in 24 places), is there a way?
I can certainly extend perl or write php if needed but there is so little documentation as to what options and parameters there are it feels very opaque and risky - and time consuming. I'm beginning to think that Actinic is just not suitable for where I would like the site to be.
Mainly I would like to take key product information out of the description text and into custom structured attributes, so it can be used for search and perhaps for automated cross browsing (more products with the same ...) Having a good structure of attributes means the content can be repurposed in different ways on different pages, for example for a small mobile screen or to generate a pdf catalogue.
But as I moved my content to different structured pieces, the content has been disappearing from the search index - not a desirable side effect at all. I'd like to structure my content in attributes and still have the whole content of these attributes be lumped into the index for searching, but I couldn't find a way to do this. It seems incredible, I hope I am wrong, but I have searched a lot across this forum
Furthermore my content has accents and I want to allow users to enter the text without accents and the search to find the matches. Without having to add the misspellings to the main description. Normally this is done by adding extra keywords in a separate field that is part of the search, but that is not possible.
I cannot find a way to add a custom attribute to the main keyword search index, so it is used when searching by keyboard. This seems an incredible oversight.
I have seen the workarounds:
- put noscript tags in (pollutes the content and displeases google)
- put the content in the extended information then have a php script chop it up on upload
- use meta tags (products dont have meta tags but i suppose the attribute could be extended to show on products, and then it would be indexed?)(EDIT: i sure cannot see how to do that anywhere either)
the last one might solve my spelling/tags query, but it won't help with structuring data.
so here are my questions:
1. Is there a solution to adding attribute content to the main index that I am not aware of, perhaps using the "upload" functionality? Is there an extension or something in v11 that improves on the situation?
2. The only way I could see to add a searchable attribute is that it appears are a drop down/select/checkbox. This only works for attributes which will have a limited number of clean options. It wouldnt work for an attribute that was, for example "ingredients" or one that would have a lot of values. Is there a way to do a text search in an attribute rather than a select, perhaps via the "upload" functionality, or an extension, or even v11?
2b. Or is there a way to get an attribute that is a value list selector but allows multiple values to be selected per product (not for the search, i know that is possible, but in the product values. All I could find is single select)
3. I started creating some attributes that were of the true/false kind for some flags, but it seems that I cannot use an attribute like this in the search. Is there a workaround beyond redoing them as multiple (2) choice?
4. If I wanted some virtual section pages based on specific values of an attribute, not done dynamically on the server but just created like everything else at upload, without the huge manual hassle of having to clone products and manually maintain a huge list of categories (which becomes horrible when products are discontinued and they are in 24 places), is there a way?
I can certainly extend perl or write php if needed but there is so little documentation as to what options and parameters there are it feels very opaque and risky - and time consuming. I'm beginning to think that Actinic is just not suitable for where I would like the site to be.
Comment