buddyrigotti
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes for Yotpo] Archive PagesOh, now I see the
noemptyattribute. I added that to the shortcode and that solved the issue.Forum: Plugins
In reply to: [Shortcodes for Yotpo] Archive PagesGotcha, thanks for the help. Although, I’m seeing a new error now that I’ve never seen before. It is on a single product page, using the
[yotpo_bottomline]shortcode. The error is showing at the top of the content section on products that have 0 reviews. The error does not show up for products that have 1+ reviews:Warning: array_key_exists() expects parameter 2 to be array, string given in /path/to/root/public_html/mydomain.com/wp-content/plugins/shortcodes-for-yotpo/wc_yotpo_shortcodes.php on line 62Forum: Plugins
In reply to: [Shortcodes for Yotpo] Archive PagesI am using Beaver Builder Page Builder to build a template for the archive pages. If I use the shortcode
[yotpo_bottomline], it does not output anything. But if I use the shortcode (example)[yotpo_bottomline product_id="47"], it will output the yotpo bottom line for that particular product id, but of course, I don’t want one product id bottom line to show for all the products on the archive page. I want each individual yotpo bottom line to show for each product. Hopefully that made sense.Nevermind, I figured it out. For anyone else that needs help, here’s how:
1. Go to WooCommerce > Export Orders in the WordPress admin
2. Click Setup Fields to Export (a text link toward the bottom)
3. Next to the Products row, click the blue button “Set up fields to export”
4. Click the dropdown under Meta Key and you should see your custom fields there.
5. Select your fields one at a time, name them in the Column Name field below, then click Add Field@mike8712, can you share some info on how you figured this out? I need to do the exact same thing. Thanks!