JH Web Designer
Forum Replies Created
-
Are you talking about the currency symbol or the entire price of a product?
Forum: Plugins
In reply to: [WooCommerce] Tax not working (tax always equals 0)@lorro
Thank you for providing the information that you did.I was knocking my brains out with this same issue that everyone else was having.
From what I’ve concluded it seems to be a glitch of installing the woocommerce plugin OR it can be the latest version of this plugin that the “wp_tax_rate_locations” table isn’t being installed to the database…… before I started working on the project that had this Tax issue, I checked a previous project that isn’t finished yet, haven’t done much with it, but I checked the database of it, and the “wp_tax_rate_locations” table is their from that installation.
Thanks again for this help!!
Forum: Plugins
In reply to: Ready! Shopping Cart InstallI noticed that also it was removed from wordpress plugins, but if you need the documentation or a download of it, just head here https://readyshoppingcart.com/product/readyecommerce/
I’ve been forced to go directly to there site for documentation… and I’m currently using the plugin for client of mine.
@bevrob… I’ve recently hit a snag though and found you on a very old posting regarding the CSV importer feature with the plugin, about getting either Custom Fields or the additional Product Fields listing within a CSV file and having the information actually get displayed to a product. I figure since you are familiar with the plugin, and you once had issues of trying to get those areas set up within a CSV file I thought I’d ask you.
I can’t seem to figure out on how to write the column and the information to that column… any help would be much appreciated.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Still can't change the Leave a reply textSince no one here will answer the question of HOW DO I CHANGE “LEAVE A REPLY” to “WHAT EVER I WANT IT TO SAY”
here is the answer…. “Leave a reply” is in the content.php file
to get there APPEARANCE –> EDITOR –> (on the right hand side where each template is) CONTENT.PHP (its above the footer.php template)
Now as for the sting of <?php comment_form(); ?> (this is in the COMMENTS.PHP file / template) this will ONLY change the text that is right above the comments form… nothing else… to do this… here is my code i used for my site……
<?php comment_form(array(‘title_reply’ => ‘Leave a Comment’) ); ?>
there you have it!
Cheers!