Hey Guys, 2 questions:
1) I have migrate the website I registered i my account to its final server, so i assume i need to update the url used for this copy of toolset, how can i do that? Should I delete the site on my account and re add it with the final URL?
2) The real question is that the website im doing uses 4 parametric terms to filter gearboxes products, using toolset was great to control that, but I have pages that the user can select by models, for example hidden link this URL shows the result when the user select the model Subaru Liberty, notice that the dropdown search on the top is preselected with "Liberty" (through javascript on the view panel) what is great, but the loop shows the default woocommerce sorting, There is anyway I can add a pre-filter for it to display the "Liberty" products on the top or only them?
Many thanks
Cheers
Leo
Please split your questions in single topics in future:
https://toolset.com/toolset-support-policy/
>Should I delete the site on my account and re add it with the final URL?
Yes, delete and re-register on Toolset Account, then save the key in the site you use Toolset on (In the Toolset Installer sceren)
Each site needs a key if you want to receive updates and support for that site from Toolset.
Since you have a Basic Account, you have access to that for one site only
Usually, the production site.
Locally you won't need the key, as updates can be simply installed manually on a testing site.
About the ordering of Results, that should be a View, that lists the Post Type "Gearboxes Products"?
That is not a WooCommerce product, maybe it's an addon?
You can, in any case, set an order by in that View by Post Data and Meta Fields, just under the Post Type selection.
If you want that to be manipulable on the front end as well as a sort option you can do that in the Search HTML editor (Sorting Controls)
On archives, that is possible as well, but WooCommerce ordering may take over if you as well set WooCommerce to order those outputs (use either or Toolset/WooCommerce)
You cannot preset those orderings on page load in the GUI, but you can pass them in the URL when you link to the page.
The parameters look like:
wpv_sort_orderby=post_title&wpv_sort_order=desc
So if you link to a page where there is a View with certain results and an ordering input as set by the Views GUI, you can pass above argument to the URL and it'll automatically sort by and set that in the input when the page is loaded.
My issue is resolved now. Thank you!