Hi ! Thank you for that plugin, very helpful ??
Could you please help me because I want to display my categories in post_meta with the same order (rearranged order). How can I do that ?
By default, categories are shown in alphabetical order.
See that page : https://remizz.fr/?s=&D%C3%A9partements=1&Th%C3%A8mes=
Hello,
This looks like a great plugin (I like that custom ordering can turned on/off per taxonomy) except that I’m seeing a warning and some notices.
Immediately after installing, in Settings, I see this. It goes away after saving the settings.
Warning: in_array() expects parameter 2 to be array, boolean given in /Users/removed/wp-content/plugins/shopp-arrange/cgd-arrange-settings.php on line 18
At the top of the Dashboard I see:
Notice: Undefined index: page in /Users/removed/wp-content/plugins/shopp-arrange/cgd-arrange.php on line 105
And on the Arrange Terms screen I see:
Notice: Undefined variable: parent in /Users/removed/wp-content/plugins/shopp-arrange/cgd-arrange-admin.php on line 10
Is your project on GitHub? Would love to recommend it to my users but can’t while these messages are triggered.
Thank you.
]]>Hello,
is it possible to assign category parents within the plugin to set up heirarchy?
Thanks
]]>WP MU, settings page:
]]>Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/site/wp-content/plugins/shopp-arrange/cgd-arrange-settings.php on line 18
Getting a parsing error – default theme, nothing else activated (originally had Shopp active, persists with this deactivated). Nothing displayed on “Arrange Terms” page; settings work.
[Wed Jun 04 12:12:18 2014] [error] [client ::1] PHP Parse error: parse error in /Users/me/www/shopptest.com/wp-content/plugins/shopp-arrange/cgd-arrange-admin.php on line 55, referer: https://test.com/wp-admin/admin.php?page=cgd-arrange-settings
]]>
Ive activated it twice and I cant find it anywhere! I feel silly. Where exactly is the otion in my dashboard to arrange my categories? can you arrange products too? (that would be fantastic)
]]>Hi,
I found two bugs in the shopp-arrange plugin. The first is a missing isset call before using the GET[‘page’] parameter near line 31 of shopp-arrange.php
if(isset($_GET[‘page’]) && $_GET[‘page’] == “shopp-settings-preferences”) {
The second is that only categories with products are displayed in the arrange page because hide-empty is allowed to default in the wp_list_categories near line 50 of shopp-arrange-categories.php:
wp_list_categories(array(‘hide_empty’=>0, ‘hierarchical’=> true, ‘taxonomy’ => ‘shopp_category’,’title_li’ => ”));
With these two fixes the plugin works wonderfully. Thank you, I’ve patched my copy but thought others might find these fixes worthwhile.
/peter
]]>Hi Mate – plugin is working fine but on the ‘order page’ in Shopp after the ‘completed’ link there’s some code popping up:
(Shopp Arrange</h3> <table class=”form-table shopp-arrange-settings”> <tbody> <tr> <th scope=”row” valign=”top”> <lab….
probably a small fix…
Cheers
Erwin