aak47
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Giving access to an WP EditorHi,
I’ve done a bit of testing and it seems that if I swap the manage_options with edit_pages privilege, which is only common between admin and editors, it allows the editor to see the cart orders.
The thing is if they change this, then it will affect everyone, so all editors will be able to see the cart orders by default.
I think this should be added as a future option that can be enabled if required, but not enabled by default so it doesn’t affect existing users.Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Variation in ProductHi,
I think I know what you mean. I’ve been playing around with this plugin a bit. I can’t see a way to add an extra cost based on the variation. I’ll have another look tomorrow.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Giving access to an WP EditorHi,
I think this is something that can be added to the code.
I may be wrong, but from what I can see in the code, it checks if you are in the admin section and also checks if the user has the manage_options privilege before displaying the cart orders.I will test to see if changing this part of the code will allow an editor to view the cart orders. If it works then it might be something they can add into the plugin ??
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Nothing for "Empty Shopping Cart"I just tried this and it works for me. it displayed Your Shopping Cart is Empty” at first. Then i changed the text in the settings page to display to “You have 0 items in your Shopping Cart”. i reloaded the page and the text changed.
So I think this might be the short code you need:[always_show_wp_shopping_cart]
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Giving access to an WP EditorHi,
I’ve been playing around with this plugin a bit, I like it. Do you mean that you want a WP editor to get access to cart orders instead of a WP admin? Hmm, let me check it out.