rvtalawila
Forum Replies Created
-
Forum: Plugins
In reply to: WPoupon Plugin Invalid Keywhich version of wpoupon are you using?
Forum: Plugins
In reply to: WPoupon Plugin Invalid Keyin fact just replace the whole function with:
function wpoupon_check_paypal(){ return true; }Forum: Plugins
In reply to: WPoupon Plugin Invalid Key1. Go to the wpoupon_check_paypal() in admin/wpoupon-system-functions.php
2. find the line:
$data = json_decode(wp_remote_retrieve_body($is_valid));
and paste the following in place of the existing else statement:
`
else {
//Resh Edit
update_option(“wpoupon_license_validation”,date(‘U’)+86400);
return true;//echo ‘<div style=”background:red; color: #fff; font-weight: 600; font-size: 14px; padding: 10px 5px; margin: 10px 0;”>’ . sprintf(__(‘Invalid License Key. You must add a valid license key before using this WPoupon.’,’wpoupon’), admin_url(‘themes.php?page=wpoupon_general_options’)) . ‘</div>’;
//if ($die) die();
}
‘Forum: Plugins
In reply to: WPoupon Plugin Invalid KeyHi All
I had this problem too and have created the fix. Please contact me to discuss.
Kind regards
Hi All
<g:custom_label_0>Sale</g:custom_label_0>…has been added and variable permalinks updated.
@claudio Sanches – I’m a relatively new member to the dev community, please can you advise on how I can contribute to get the plugin updated with these incremental changes. This is a hugely valuable project – thank you!
@solosails – thank you!
Kind regards
ReshForum: Reviews
In reply to: [WooCommerce Google Merchant Center Feed] Perfect for the job!Hi guys
I’ve made some modifications to the code and have got variations working – please see http://wordpress.org/support/topic/great-plugin-and-potential-for-improvements
Would appreciate feedback and advise on how to get these implemented by the plugin developer.
Kind regards
ReshForum: Reviews
In reply to: [WooCommerce Google Merchant Center Feed] Great Plug-InHi GhostNutrition
Yeah this is an awesome plugin. I work as a digital marketer and would also like to see many of the comments implemented.
I have made a start on modifying the code a little and have managed to get variations working. Please see my comments on the http://wordpress.org/support/topic/great-plugin-and-potential-for-improvements thread.
Look forward to any feedback you have.
Kind regards
ReshHi All
Does anyone still listen to this thread?
I sent a little time yesterday trying to understand the code and believe I have variable products working now. As I said previously am not a ‘true’ programmer so my attempt will need to be further developed/optimised.
A sample output for one product – on a dev site – can be see on:
http://maison.seohq.co.uk/product-feed
This shows 1 product (a chair) with 3 SKU’s (different colours and prices).
I reviewed a premium plugin recently and it was difficult to use. It did however output the product and its skus – so – in my case i’ve done the same – 3 skus produce 4 entries into the feed (1 parent + 3 SKU’s).
I will shortly update the script to include a
<g:custom_label_0>Sale</g:custom_label_0>if the item is on sale.I look forward to hearing from you.
Kind regards
ReshHi all
Whilst I am by no means a highly proficient programmer, I would like to contribute to this very valuable project.
I have read that there is functionality that the plugin can be further improved with in terms of its ease of use and usefulness in facilitating flexible Adwords PLA/Shopping campaigns. I too would like to see these changes because as a marketer I do require them.
I have slightly amended class-wc-gmcf-xml.php to change:
description: will populate from product description if plugin value is blank (speeds up time)
g:product_type: permit multiple entries (separating values in text field using newline/carriage return)I hope that these small additions help.
// Basic Product Information. $item->addChild( 'g:id', get_the_ID(), $ns ); $item->addChild( 'title' )->addCData( sanitize_text_field( get_the_title() ) ); if(strlen($options['description'])==0){ $item->addChild( 'description' )->addCData( sanitize_text_field( get_the_content() ) ); } else{ $item->addChild( 'description' )->addCData( sanitize_text_field( $options['description'] ) ); } $item->addChild( 'g:google_product_category', '', $ns )->addCData( sanitize_text_field( $options['category'] ) ); $product_types_list = preg_split('/\r\n|\r|\n/', $options['product_type']); foreach($product_types_list as $product_type){ if(strlen(trim($product_type))>0){ $item->addChild( 'g:product_type', '', $ns )->addCData( sanitize_text_field( $product_type ) ); } } $item->addChild( 'link', get_permalink() );I will be happy to consider contributing further if my abiities can extend to it!!!
Kind regards
ReshForum: Reviews
In reply to: [WooCommerce Google Merchant Center Feed] Perfect for the job!I second that!!!
1) Product with Variations – Definitely
2) Drop down list for taxonomy – list is too long – so a jquery pull on a taxonomy table would be good – similar to http://seohq.co.uk/google-merchant-center-taxonomy-search/ (but better!)
3) Shipping costs – via the default config screenAlso:
4) remove from feed if no stock
5) line separate product_types (for multiple instances if required)
6) incorporate labelsPotentially:
7) a separate config screen to map site categories to taxonomy to act as default if no value set in product screenThis is worth being a premium plugin!
I hope to hear from you soon.
Kind regards
ReshForum: Reviews
In reply to: [WooCommerce Google Merchant Center Feed] How can i find the xml?Hi mcollina
Its located at yourdomain.tld/product-feed/
Let me know if you need help setting this up in GMC.
Hope this helps
Resh
Thanks for the request to post to a new topic. Please find details here
http://wordpress.org/support/topic/assigning-a-user-role-by-membership-level
using WordPress Version 3.6.1
Hi plugin authors!
I’m reviewing your plugin for suitability. Currently testing through Paypal sandbox on my dev site using Express option.
When I complete a subscription new members are added successfully – which is great. I do however as JPBAKER seems to suggest need to manually upgrade the new user from subscriber to the user role I have set for the membership level.
e.g. Gold Membership = Author (role name: gold_membership)
Gold+ Membership = Author (role name: gold_plus_membership)
Platinum Membership = Author (role name: platinum_membership)Each of these membership levels have limits to the number of posts and post_types that they can contribute to – I have this working already!
So, your plugin offers the final piece of my jigsaw puzzle and if I am able to automatically assign each membership level to the role my task is complete – and your plugin is hugely valuable!
Please let me know if you can further assist.
Kind regards
Resh