clembke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Create custom Product PropertiesOk, I will try it out and let you know how it works out. Pls, hold the thread open, thx.
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Create custom Product PropertiesHi John,
Thank you for your response. Will they get pulled even is they don’t appear in the “Product Details” list of “Select an attribute” modal window? So I could just put in the code dosage_type, which I will have a different value for each product, and it will pull the value from the product page and post it to Amazon?
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Create custom Product PropertiesHi, I tried adding custom fields to the product post type. They show up in the post editing view, but do not show up in the list of “Product Properties” shortcodes available to use in the “profiles”, how can I tell the “WP-Lister Lite for Amazon” plugin to pick up these extra custom fields in the Woocommerce product post?
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Create custom Product PropertiesThanks John. I is the last link there that I used to create the code in the “functions.php” file. If I put in those “short codes” in the feed in the project, will the plugin pick up on them? I don’t have any variations on individual products so I am not sure the attributes would be a good option for me.
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Create custom Product PropertiesHow do I create a custom meta field? I thought that is what I was doing by putting the code below in the Functions file:
// Display Fields
add_action(‘woocommerce_product_options_general_product_data’, ‘woocommerce_product_custom_fields’);
// Save Fields
add_action(‘woocommerce_process_product_meta’, ‘woocommerce_product_custom_fields_save’);
function woocommerce_product_custom_fields()
{
global $woocommerce, $post;
echo ‘‘;
// Dosage
woocommerce_wp_text_input(
array(
‘id’ => ‘dosage_form’, ‘placeholder’ => ‘Capsules, pills, powder, etc.’, ‘label’ => (‘Dosage for Amazon’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); //Unit count woocommerce_wp_text_input( array( ‘id’ => ‘_unit_count’, ‘placeholder’ => ‘Unit Count’, ‘label’ => (‘Unit Count’, ‘woocommerce’), ‘type’ => ‘number’, ‘custom_attributes’ => array( ‘step’ => ‘any’, ‘min’ => ‘0’ ) ) ); // Ingredient 1 woocommerce_wp_text_input( array( ‘id’ => ‘_ingredient_one’, ‘placeholder’ => ‘Ingredient’, ‘label’ => (‘Ingredient 1’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Ingredient 2 woocommerce_wp_text_input( array( ‘id’ => ‘_ingredient_two’, ‘placeholder’ => ‘Ingredient’, ‘label’ => (‘Ingredient 2’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Ingredient 3 woocommerce_wp_text_input( array( ‘id’ => ‘_ingredient_three’, ‘placeholder’ => ‘Ingredient’, ‘label’ => (‘Ingredient 3’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Key Product Features 1 woocommerce_wp_text_input( array( ‘id’ => ‘_key_product_features_one’, ‘placeholder’ => ‘Key Product Features’, ‘label’ => (‘Key Product Features 1’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Key Product Features 2 woocommerce_wp_text_input( array( ‘id’ => ‘_key_product_features_two’, ‘placeholder’ => ‘Key Product Features’, ‘label’ => (‘Key Product Features 2’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Key Product Features 3 woocommerce_wp_text_input( array( ‘id’ => ‘_key_product_features_three’, ‘placeholder’ => ‘Key Product Features’, ‘label’ => (‘Key Product Features 3’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Key Product Features 4 woocommerce_wp_text_input( array( ‘id’ => ‘_key_product_features_four’, ‘placeholder’ => ‘Key Product Features’, ‘label’ => (‘Key Product Features 4’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Key Product Features 5 woocommerce_wp_text_input( array( ‘id’ => ‘_key_product_features_five’, ‘placeholder’ => ‘Key Product Features’, ‘label’ => (‘Key Product Features 5’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); //Directions For Use woocommerce_wp_textarea_input( array( ‘id’ => ‘_directions’, ‘placeholder’ => ‘Directions for use’, ‘label’ => (‘Directions for use’, ‘woocommerce’) ) ); // Flavour woocommerce_wp_text_input( array( ‘id’ => ‘_flavour’, ‘placeholder’ => ‘Flavour’, ‘label’ => (‘Flavour’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Intended Use 1 woocommerce_wp_text_input( array( ‘id’ => ‘_intended_use_one’, ‘placeholder’ => ‘Intended Use’, ‘label’ => (‘Intended Use 1’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Intended Use 2 woocommerce_wp_text_input( array( ‘id’ => ‘_intended_use_two’, ‘placeholder’ => ‘Intended Use’, ‘label’ => (‘Intended Use 2’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Intended Use 3 woocommerce_wp_text_input( array( ‘id’ => ‘_intended_use_three’, ‘placeholder’ => ‘Intended Use’, ‘label’ => (‘Intended Use 3’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Intended Use 4 woocommerce_wp_text_input( array( ‘id’ => ‘_intended_use_four’, ‘placeholder’ => ‘Intended Use’, ‘label’ => (‘Intended Use 4’, ‘woocommerce’), ‘desc_tip’ => ‘true’ ) ); // Intended Use 5 woocommerce_wp_text_input( array( ‘id’ => ‘_intended_use_five’, ‘placeholder’ => ‘Key Product Features’, ‘label’ => _(‘Intended Use 5’, ‘woocommerce’),
‘desc_tip’ => ‘true’
)
);Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Create custom Product PropertiesThank you for your response. As you can see from the screen shot it is not Attributes I am referring to, but “Product Properties”, as they are defined as in the plugin. Please look at the screen shot I link to in the original post to see what I mean. Thanks,
Forum: Plugins
In reply to: [WooCommerce] Problems with Add coupon pageI would be most grateful if someone would be able to shed some light on this issue for me. Thanks
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] Keeps loadingAdmin is excluded from the Cache, but cleared it anyway but no luck.
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] Keeps loadingThe only one I think could cause an issue would be WP Fastest Cache, but they were the ones to recommend Simple Ads Manager to begin with, which I now had to switch to SAM Pro (Free Edition).
Do you have any known conflicts or type of plugins that it is in conflict with?
Forum: Plugins
In reply to: [SAM Pro (Free Edition)] Keeps loadingI had Simple Ads Manager, but installed SAM Pro (Free Edition) on your recommendation. Hence it is SAM Pro (Free Edition) that I am having trouble with.
Hi,
Thanks. It was Yoast SEO plugin that was causing the issue. I deactivated it and reactivated it, sorted. Thank you for your attention.
/Christopher
Forum: Reviews
In reply to: [WP Job Manager] Works with Ad OnsWhat is the matter with people? You get something for free and then get miffed when it doesn’t do exactly what you want it to do? C’mon! I don’t think spending $1117 on the freakishly extensive library of plugins you get from Mike is anything to quibble about, after all the man’s gotta put food on the table. I commissioned the build of a very advanced system for a big lettings agency (multiple user levels with cross permission levels, Chinese walled databases, booking system, etc.) and it cost $100k and to 6 months to complete. What Mike delivers for free is just incredible and then to add $117 to complete the series is just beyond incredible.
Hi, Yes they are in the same conditions group. I am not sure what would be considered a custom database queries. I do have queries running on some of the pages that display products, bookmarks, etc.
Thanks
Hi,
Something happened over night, it worked when I set it up, but not when I checked it in the morning.
I have two posts and four different pages specified for the sidebar. Exposure: Singular & Archive
Handle: Merge/Sidebar
Merge Position: Top
Order: 0Thanks
-Christopher
The sidebar has now disappeared all together from all my pages.