vieradel
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] CodeStyling LocalizationIt’s annoying message.
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] gmpg.org/xfn/11Yes but generates a warning in the SSL padlock is wrong for a customer to see it on the site.
Choose to delete it and to obtain the lock green.Forum: Plugins
In reply to: [WooCommerce] Problem checking out 2.1.11As was sorted out this?
I have the same problem: WC_Shortcode_Checkout-> output
Thanks!https://www.ads-software.com/plugins/woocommerce-poor-guys-swiss-knife/
This plugin is the solution for the fields of “my account” WooCommerce.You are great.
Thanks ulihake, we look forward to the updates. Come back for more! Enjoy.
It seems that the fields created with wp-member is no longer displayed on page “My Account” WooCommerce?
You have found a solution for this?
We have a bug with Better WP Security.
What can we do?It seems to be something with better security wp
Thank you!!
This is a neglected project. You can see that the developer is retired.
Forum: Plugins
In reply to: [Checkout Field Manager (Checkout Manager) for WooCommerce] Only two values?I just saw that if you can, sorry.
https://www.trottyzone.com/wp-content/uploads/2013/05/Select-Options.pngTake to make the suggestion to create a custom payment offline. To configure for example make payment on a local payment ..
I have the same problem, anyone find another solution?
Forum: Plugins
In reply to: [Disqus Comment System] PHP Warning: Missing argument 2 for wpdb::prepare()Can you help me? Please
if (!function_exists('cp_get_ad_details')) { function cp_get_ad_details($postid, $catid, $locationOption = 'list') { global $wpdb; //$all_custom_fields = get_post_custom($post->ID); // see if there's a custom form first based on catid. $fid = cp_get_form_id($catid); // if there's no form id it must mean the default form is being used if(!($fid)) { // get all the custom field labels so we can match the field_name up against the post_meta keys $sql = $wpdb->prepare("SELECT field_label, field_name, field_type FROM ". $wpdb->prefix . "cp_ad_fields"); } else { // now we should have the formid so show the form layout based on the category selected $sql = $wpdb->prepare("SELECT f.field_label, f.field_name, f.field_type, m.field_pos " . "FROM ". $wpdb->prefix . "cp_ad_fields f " . "INNER JOIN ". $wpdb->prefix . "cp_ad_meta m " . "ON f.field_id = m.field_id " . "WHERE m.form_id = '$fid' " . "ORDER BY m.field_pos asc"); }