rich06
Forum Replies Created
-
Forum: Plugins
In reply to: [Parcel2Go Shipping] plugin access for shop managerWhy was this marked as ‘Resolved’? Currently the Shop Manager account has no access to the P2Go functionality which seems wrong to me.
Is this fixed in a new release of the plug-in or something?
Forum: Plugins
In reply to: [Parcel2Go Shipping] plugin access for shop managerI second this request – the Woocommerce Shop Manager user account should be allowed access to the P2G functions!
Forum: Plugins
In reply to: [Parcel2Go Shipping] No country dropdown in settingsThis is working now – I guess it was related to the sandbox issue I reported in my other post. Please close this issue.
Forum: Plugins
In reply to: [Parcel2Go Shipping] Authorization has been denied for this request.I was trying to use sandbox mode as I had checked the box labelled ‘Sandbox Mode’.
Unfortunately the help link on the settings page to set up API credentials goes to the Live parcel2go.com site not the sandbox.parcel2go.com site even when the settings are switched to sandbox mode so I had no idea the sandbox version of the P2Go site existed.
I have now created my sandbox credentials on the correct site and it works.
Thanks
Forum: Plugins
In reply to: [Parcel2Go Shipping] No country dropdown in settingsYes – I confirm that it is still not displaying the country list dropdown
Forum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Additional hook requestThe new hook was removed when I upgraded the plugin to v2.1.0 which broke the functionality on my site — can this be fixed included with all new upgrades asap!
Thanks
RichFYI – I had to customise the plugin via hook function calls to do this as well as for Youtube/Vimeo video link place holder images … it was quite tricky to do and is dependent upon which other plug-ins you use to show the images/placeholders.
HTH
RichForum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Additional hook requestDone – 5 star review just added! ?? Thanks again!
Forum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Additional hook requestThanks for your reply and for adding the new hook – works good!
Rich
Forum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Additional hook requestSeems to work OK – thanks – one more question ?? what is the easiest way to have embedded image links being converted to images (via oEmbed) on the edited comment being returned via the Ajax call?
Thanks again
RichForum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Additional hook requestHey Ronald
Thanks for the quick reply — I need to manipulate the comment content just before it gets returned as JSON so I guess a filter rather than an action is needed.
Yes I will definitely test this as I am trying to resolve a problem on the site I am working on without changing any of your plugin code so they have a clean upgrade path.
Thanks
RichForum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Additional hook requestOops .. the example hook code above should be:-
/*** New hook here ***/ $comment_content_to_return = do_action('sce_save_final',$comment_content_to_return,$post_id,$comment_id); /*** End new hook ***/
Thx
Rich