quackounousa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Reviews] Fetching EWD_URP_Overall_ScoreAlright bear with me:
I’m using your other plugin (Product Catalog) to display products. Above the Product name I’ve added a custom display rating that currently displays the “wp_review_total” rating.
$Average_Rating = get_post_meta(GiveWCID($Product),’wp_review_total’, true );
$Customer_Rating= get_post_meta(GiveWCID($Product),’EWD_URP_Overall_Score’, true );The GiveWCID($Product) function returns the ID of Product in WooCommerce to be able to fetch the correct rating because Product Catalog has different IDs assigned to products.
Where can I visually see where EWD_URP_Overall_Score is being updated?
I echoed get_post_meta(GiveWCID($Product)) to see all the metafields in an array format and EWD_URP_Overall_Score would not be included in that list.
Thanks
Forum: Plugins
In reply to: [Ultimate Reviews] Verified Buyers Leave 1 ReviewHi There,
I have the same request as the original member when it comes to limiting the amount of reviews to 1 per person per product.
I’m already only displaying and submitting reviews pertaining to one single product on the product page, is there a way from your side where I can block a user from submitting a review with the same product ID or do I have to do this myself?
Thanks
Forum: Plugins
In reply to: [Ultimate Product Catalog] Loading All Custom Fields In One DropdownAdded this but it’s still showing on the Dropdowns. What else do you suggest?
Forum: Plugins
In reply to: [Ultimate Product Catalog] Loading All Custom Fields In One DropdownThanks for the suggestion, I finally ended up doing something much easier, using CSS to show/hide the required dropdown, works very smoothly and doesn’t need much code tinkering for functionality other than a JS function.
Now, how can I hide the number of products in each category, subcategory and custom field. Basically for Complexion (13), I would like to remove the “(13)”
Thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Loading All Custom Fields In One DropdownAlright I have managed to add all the Custom Fields I want into one Dropdown.
I’m now looking to where I can modify the code that comes after a filtering is done. Can you point me to the function that controls the display of Custom Fields after a search has been completed?
Thanks
- This reply was modified 6 years, 10 months ago by quackounousa.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Loading All Custom Fields In One DropdownCategories are Makeup and Skincare
Sub-Categories are Eyes, Lips & Complexion
Sub-Categories 2 are Blush, Primer created as a Custom Field.I want to have three dropdowns:
1- Dropdown one has “Eyes, Lips & Complexion”
2- Dropdown 2 fills itself with the Custom Fields Value where the Custom Field Name == SubCategory Name so they know who is who.
3- Dropdown 3 only shows the Brands where the above criteria return a number of products >0Thanks
Forum: Plugins
In reply to: [Ultimate Product Catalog] Modify Number of Products per Row on MobileThanks for the response!
I have deactivated the requested plugin. Mobile still shows one per row with quite a bit of empty space.
Thanks!