FrenchFries
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Cannot get my custom Jigoshop Cart Widget to RegisterHi Vasili,
Many thanks for the suggestion.
Can I just confirm the first section of code you posted –
(if(class_exists('jigoshop'))Should I add this to my widget’s php file or to my theme’s functions.php file?
Thank-you,
PaulForum: Plugins
In reply to: [Jigoshop] Cannot get my custom Jigoshop Cart Widget to RegisterHello,
Any thoughts on this issue please?
Thanks
PaulForum: Plugins
In reply to: [Jigoshop] Tax Options – Cart Totals Display missingDoes it really take you more than 3 weeks to determine if your documentation is out-of-date?
Forum: Plugins
In reply to: [Jigoshop] Overriding Template Files in JigoshopMy experiments show it doesn’t really matter where the overridden template files are.
They can even be in the root directory of the theme with no “jigoshop” folder.
However I am sticking with the jigoshop folder and the sub-folders for consistency and easy segregation.
Forum: Plugins
In reply to: [Jigoshop] List all Product CategoriesHello,
I have resolved the problem and now
get_categories(array('taxonomy' => 'product_cat'));does return all my categories.
I updated the ‘term_taxonomy’ MySQL table and set the count column value to 1 for all rows with a taxonomy of ‘product_cat’.
I should mention that I am using SQL Server Integration Services to load the shop data into WordPress and Jigoshop, I am not really using the Jigoshop UI to manage the shop data.
Thanks,
PaulForum: Plugins
In reply to: [Jigoshop] List all Product CategoriesHello,
Thanks for your suggestion, but I am not trying to display the categories attached to a product, I am trying to show all categories at the home page level.
I can see that at <mysitename>/shop that all the categories are listed at the top of the page, but I cannot work out how to replicate this myself.
Thanks,
PaulForum: Plugins
In reply to: [Jigoshop] Over a million SKUs system requirementsAny update on this?
Thanks
PaulForum: Plugins
In reply to: [Jigoshop] Can a Product Variation be hiddenUpdate:
I have now changed the code so that I can add the variation to the cart, but because my hidden variation meta data is not set, in the select fields before adding to the cart there doesn’t seem to be a way to get the value of my hidden variation meta data.Any thoughts?
Thanks
PaulForum: Plugins
In reply to: [Jigoshop] Over a million SKUs system requirementsI would be very much interested in your answer to this – we are currently trying to set up a small shop with 24 or so products and 86 or so total variants across those products.
But that is only a very small subset of our full catalogue we want to put online. I would estimate we are looking at 30,000 plus products and variants.
Thanks
Paul