Steffo991
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Change "Price Per Word:" to something elseIt’s the right file and everything’s been cleared. Update is that my translation has gone through on the admin-side. So in my backend, it shows what I want it to show. But in the shop, still Price Per Word.
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Change "Price Per Word:" to something else22-04-2016 17:40:49: Couldn’t load file (…) is not a valid POT file.
22-04-2016 17:40:49: Entries in the catalog are probably incorrect.Forum: Plugins
In reply to: [WooCommerce Price Per Word] Change "Price Per Word:" to something elseIt didn’t work, unfortunately. I found the line and it looked like it would make sense, but nothing changed in my shop.
I’ve been considering using a translation, but Poedit refuses to open the .pot-file that’s included in the plugin.
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Change "Price Per Word:" to something elseBump
Forum: Plugins
In reply to: [WooCommerce] Product name appearing as shop title pageThank you, I’ll play around with that
Awesome, I’ll be waiting in suspense – could you please post here when it’s out?
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Change "Price Per Word:" to something elseOkay, thanks for the reply.
Where in the core code would I find it? I do need to make the change.
It’s a billing field, and it’s basically a checkbox to let me know if the customer wants a certain extra service at no extra price. So it’s not a required field.
Forum: Plugins
In reply to: [WooCommerce] Product name appearing as shop title pageBut of course, I’d rather have it show the actual title of the current page.
Forum: Plugins
In reply to: [WooCommerce] Product name appearing as shop title pageIt’s in the page.php (or, well, woocommerce.php) – which means I could theoretically input something else in the Woocommerce.php to give all shop pages a fixed title.
<div class="page_header_wrap clearfix"> <div class="ak-container"> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header --> <?php accesspress_breadcrumbs() ?> </div> </div>