Trinitech
Forum Replies Created
-
Forum: Plugins
In reply to: woocommerce add new shipping method@AddWeb Solution Pvt. Ltd
Thank you very much for your help:)I copied the files as instructed and I can now see a new link called ‘Call store for quote’ but how do I add the new shipping method to my shipping for my postcode?
Thank you in advance
Fred@pavlo.opanasenko thank you very much for your contribution 🙂
It solved my problemForum: Plugins
In reply to: [WooCommerce] Shortcode for stock status as textThanks for the quick reply. I understand I am calling the function wrong, sorry. I just wanted to get the output from the function and display it. What I am trying to do is display the stock quantity of each variation when selected. Do you know of a function that will handle this? I’ve spent days trying to do this but I’m stuck 🙁
Forum: Plugins
In reply to: [WooCommerce] Shortcode for stock status as textHi Lorro,
Thanks so much for your code.
I’ve been using it to display stock status on my product pages and it worked for simple products and variations. However, I’ve upgraded to PHP 7 and it no longer works :-(. Any chance you can take a look?
The error returned is when I call the function using:
$my_stock_availability = $show_qty_func();Error:
Warning: Missing argument 1 for product_stock(), called in functions.php on line 205 and defined in functions.php on line 61 Notice: Undefined variable: atts in /functions.php on line 62Hope you can help!
FredForum: Plugins
In reply to: [WooCommerce] How to change the backorder message in order tableFound solution here
Forum: Plugins
In reply to: [WooCommerce] How to change the backorder message in order tablehi @stuartduff,
Thank you for your input.
I just tried the plugin you sugested but it cannot find the ‘‘Back ordered’ string.
I also did a search usinggrep -r "‘Back ordered" /woocommcer
and there again I couldn’t find that string 🙁
Forum: Fixing WordPress
In reply to: Blog articles not displaying on blog pageHi @girlieworks,
I do have a page.php but your comment has pushed me to the rigth direction.
I add the following code to my index.php and I could see all my article<div id="content"><!--start content--> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="entry"><!--start entry--><br /> <!--<?php echo '<h1>'.get_the_title($post->ID).'</h1>'; ?>--> <!-- doesn't have hyperlink --> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> <?php echo the_date('m-d-Y', '<p><i>', '</i></p>'); ?> <?php the_content('more...'); ?> </div><!--//end .entry--> <?php endwhile; endif; ?> </div><!--//end #content-->The problem that I have now is that all the article are showing in full instead of showing the read more link.
Another issue is that in the breadcrum, i have Home > Blog > News > post 1
When I click on news, I just get a blank pageCould you please assist me a bit more?
Thank youForum: Plugins
In reply to: [WP STAGING - WordPress Backup, Restore, Migration & Clone] How does it workHi @svtx,
Thank you very much for taking the time to write me a very good reply 🙂Forum: Fixing WordPress
In reply to: WordPress and sslThank you for the advise Jan,
I set the whole site to HTTPS and applied a few of the advise fron the link you sent me.Fred
Forum: Plugins
In reply to: [WooCommerce] Table rate shipping for UK sellerAll up and running!
Thank you MikeForum: Plugins
In reply to: [WooCommerce] Table rate shipping for UK sellerThank you Mike!
I’ll go and review all my setting with this extra knoledgeForum: Plugins
In reply to: [WooCommerce] Table rate shipping for UK sellerThank you for your input, so as an example if I want to create a postcode range all everything between AB10 to AB99..
What is the correct way to do a range? is it
AB10-99
or
AB10-AB99Thank you
Forum: Plugins
In reply to: [WooCommerce] Table rate shipping for UK sellerHi Mike,
Thank you for your input.
I do need the rules to go deeper and this is where i’m stuck.
For example for Scottish Highlands, this are range i need ti implement:
AB10-99, DD8-11, IV1-56, KA27-28, KW1-14, PA20-80, PH19-50As far as Northen Ireland is concern How do I add it to the zone?
Do I need to create it as a new country and add the postcode to it?Thank you
FredThank you very much for such one on one support 🙂
I doun’t event get close to that commitment on some of my premium contract..Love the plugin, does exactly want I wanted 🙂
Forum: Plugins
In reply to: [The Events Calendar] Even URL too longCool, Thank you for the reply:)
I’ll give that a go