Jon Bromell
Forum Replies Created
-
Hi @superlemon1998,
Do you have any update on this bud?Cheers,
JonThanks @superlemon1998,
Here is a link https://feedarmy.com/kb/how-to-add-bulk-price-in-google-merchant-center-shopping/
Unfortunately the format of the value is the part that I can’t find a way to do with the custom fields. It needs to return two fields seperated by a colon (bulk_quantity:price). If you know of a way to do that with the existion version of the plugin please do let me know.
Thanks again,
Jon
Aaaaaah ok, thankyou!
Ah I see, sorry about that. I do not have those options in the default list of fields…
If you read my last response, you will see that I added them in exactly the same way you are suggesting.
Thanks for your fast response.
Unfortunately that does not work. If I add the field mappings as you have;
Unit pricing measure (unit_pricing_measure)
Unit pricing base measure (unit_pricing_base_measure)I still get that same error when I hit save;
“Sorry, when creating new custom fields only letters are allowed (so no white spaces, numbers or any other character are allowed).”
I currently have them mapped as;
unit_pricing_measure
unit_pricing_base_measurewhich works, but as I said before it does not add the g: so I have to go into the xml file and add it manually everytime before it updates google.
Hi Guys,
I am having an issue also with unit pricing measure and unit pricing base measure. I cannot find these as default fields in field mapping, and if I add them as custom fields it will not allow me to input g: at the beginning of the field (it gives the error “Sorry, when creating new custom fields only letters are allowed (so no white spaces, numbers or any other character are allowed).”)
I have added them without the g:, so just unit_pricing_measure and unit_pricing_base_measure, but I am now having to manually open the xml file and find+replace with g: before I can update google merchant centre.
Is there a way to input them as g:unit_pricing_measure and g:unit_pricing_base_measure in the field mapping?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Shipping Classes Behaving StrangelyHi Mirko,
The samples are clearly adhereing to the shipping class set, therefore I believe this to be an issue with Woocommerce calculating the shipping.
I have raised a topic on the woo free product sample forum now too, and will revert to here if they agree with my assumption.
Thanks,
Jon
MIHAI!
Oddly enough that file was set with zero permissions, giving read perms has fixed everything.
Thanks for your help!
The below notices are also given, some of which do appear to refer to NGG;
Notice: The called constructor method for WP_Widget in Twitter_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Flickr_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Latest_Posts is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Latest_Posts_2 is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Popular_Posts is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Contact_Info is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Testimonials is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: The called constructor method for WP_Widget in Recent_Posts_Gallery is deprecated since version 4.3.0! Use
__construct()
instead. in /home/florschu/public_html/wp-includes/functions.php on line 4718Notice: add_custom_background is deprecated since version 3.4.0! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/florschu/public_html/wp-includes/functions.php on line 4648
Hi Guys,
With debug on, this is the error given. Oddly, it refers to the theme, though the problem only exists with NGG enabled. Any thoughts?
Warning: require(/home/florschu/public_html/wp-content/themes/rttheme15/comments.php): failed to open stream: Permission denied in /home/florschu/public_html/wp-includes/comment-template.php on line 1508
Fatal error: require(): Failed opening required ‘/home/florschu/public_html/wp-content/themes/rttheme15/comments.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php:/usr/local/php56/lib/php’) in /home/florschu/public_html/wp-includes/comment-template.php on line 1508
Thanks
Hi Mihai,
I’ve now disabled the NGG plug in And as you can see the error is gone.
I shall attempt to debug when I get a chance. I’ll let you know the error code.
Many thanks.
Hi Gaby!
Thanks for your response, I backed up and updated php yesterday which through out all of the pagination temporarily.
If you’d still like to check and see now the problem persists.
Is it possible to backup all of the galleries created in NGG so that we can restore them if we reinstall the plugin?
Thanks,
Jon
Hi Gaby,
Yes we’ve tried the above. As mentioned in my previous posts, the problem seems to be that the plugin’s pagination code does not have a line for retrieving the category ID, only post ID, and failing that it searches for a page permalink.
I’m looking for a solution whereby I can insert a line of code in the pagination IF query whereby it checks for a category ID before resorting to looking for a permalink.
Thanks,
Jon
Hi Guys,
Any more thoughts on how I can implement a get_category_ID line into the plugins code so that the pagination works correctly within a category page?
Thanks,
Jon