The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
73 views

Products not adding to cart using jigoshop plugin

I have used Jigoshop plugin in my wordpress Ecommerce website. I have an issue. When i add the product to the cart after logged in as any user, it works fine. But when i add a product to cart before ...
0
votes
0answers
19 views

How to get a product description from product page?

How to get a Jigoshop product description from product page? I want to add a product description on product page. I need to edit loop-shop.php (although I do not want to edit the core files) so I ...
0
votes
1answer
144 views

How to modify product page for Jigoshop

Hi I am editing Jigoshop loop-shop.php to create a customize look list and the code is below .... Please do let me know where I can get below things ... Add to Cart - Link Only Price Text - List ...
1
vote
1answer
970 views

Adding my own “add to cart button”

I am using Jigoshop to build an e-commerce site. The end goal is for the front page to have a featured products section. Jigoshop provides a shortcode, but the shortcode defaults to the medium ...
0
votes
0answers
35 views

About: Jigoshop - change the order in which products show up in a grid

I found a piece of code you wrote, this piece of code is exactly what I want to order products on a category basis, but it does not seem to have any effect when I test it. Your code: ...
0
votes
1answer
208 views

How to query a custom post type with a taxonomy filter but display post type archive page?

I'm filtering the main query of Jigoshop with my own taxonomy with this hook (The file responsible for Jigoshop queries that I'm hooking, Jigoshop hooks onto WP 'request' filter): add_filter( ...
0
votes
1answer
170 views

Using Jigoshop, how can I add a custom post type to the cart via code?

I want to programmatically add an item to the cart, and that item is not a product.. It's a custom post type that I am creating. I think I'm going in the right direction by using the Jigoshop cart ...
1
vote
1answer
44 views

Taxonomy Tag Conditionals

I'm using jigoshop as main ecommerce plugin. Jigoshop use Taxonomies call, product_cat and product_tag. In my theme I use a default (h5bp) 404.php, so every time a tag doesn't exist I get the ...
3
votes
4answers
4k views

Jigoshop and WooCommerce differences

I'm aware that WooCommerce is a fork of jigoshop, and there was some controversy, however now that both have had releases since their divergence, how do they differ in features and direction?
0
votes
0answers
286 views

List posts under category Jigoshop [closed]

With the code below how is it possible to show the posts under each of the categories? Right now the code shows the name and a thumbnail for the category, but I'm trying to figure out how to list the ...
0
votes
0answers
323 views

jigoshop / woocommerce multi step order form [closed]

I am figuring out which one to use, but first i need to figure out how my situation can be handled with these two e-commerce plugins. I know both are almost same, but still they must have some pros n ...
0
votes
2answers
354 views

Jigoshop search taxonomy

I was wondering does anyone know how I can modify the search so it searches a taxonomy? at the moment it just looks for a product title, but not the taxonomy assigned to the post. Please help