Johnston347
Forum Replies Created
-
Forum: Plugins
In reply to: [Iptanus File Upload] Add shortcode to reviews tabHi, any luck with this? I am in dire need of this fix.
Forum: Plugins
In reply to: [Iptanus File Upload] Add shortcode to reviews tabYes, the website is http://www.winthropiron.com. If you click on any product there is a reviews tab. I would like the customer to have the ability to upload an image from the reviews tab.
Forum: Plugins
In reply to: [Iptanus File Upload] Add shortcode to reviews tabThe ability to add file upload would be a valuable feature to many people and I think it could be done, I’m just having trouble implementing the code.
Forum: Plugins
In reply to: [Iptanus File Upload] Add shortcode to reviews tabHi, no it’s the generic WordPress product reviews tab. I tried editing the single product reviews php file and entering a php do short code script, but it did not work.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway WooCommerce Addon] NMI EmulationHi, thank you for your efforts in this. Unfortunately it still does not work. I’m not sure why but it does not.
I tried the above changes with both the NMI API logon and transaction key
and that failed. The I tried again using the NMI username and password and that did not work. Then I double checked with my host to insure that cURL is both activated and working, which it is and still no luck.In my opinion, this is a big weakness of Woocommerce. I set up NMI with Bigcommerce in 5min and it worked right from the start.
I give up.
Thank you again for your time.Forum: Plugins
In reply to: [WooCommerce] Show Ratings even if Product Hadn't Been Reviewed YetHi Viablethought, I just added the code to my website and it is perfect! This is exactly what I was looking for. Thank you so much for the quick response!!!
Forum: Plugins
In reply to: [WooCommerce] Show Ratings even if Product Hadn't Been Reviewed YetCould I just replace this line of code:
$title = ‘Not yet rated’;
With:
$title = ‘<img src=”‘.’/images/graystars.png”>’ . $title;
Would that work? I probably have a syntax error in there somewhere?
Forum: Plugins
In reply to: [WooCommerce] Show Ratings even if Product Hadn't Been Reviewed YetHi, it looks like the above code is very close to what I am looking for, but instead of displaying “Not yet rated” I would like to display five gray stars.
So all products would show the five grayed out stars when unrated then when a product gets rated the appropriate stars go in place of the grey stars. This keeps the look of the products on the category pages uniform. I am not sure how to replace “Not yet rated” with the image of five gray stars or star outlines. I can create the image though if needed.
Site is about to go live so any help would be greatly appreciated!