Jigoshop Support - Krzysztof
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Slider Issue / Image DisplayHi sublimedzine,
It is a problem with your theme styles.
Forum: Plugins
In reply to: [Jigoshop] Non-selectable variations are not grayed out.Hi
For e.g. if you have variations like that:
variation_11 -> variation_21, variation_11 -> variation 22, variation 12 -> variation 23
When you select variation_12 in second select you will see only variation_23, analogously when you select variation_11 in second select there will be variation_21 and variation_22.
Forum: Plugins
In reply to: [Jigoshop] PayPal Pro ERRORHi elitistdogg,
Can you tell me since when you are experiencing this issue?
Forum: Plugins
In reply to: [Jigoshop] Image Thumbnails link to homepage?/Hi,
I checked this and I do not see any issues here. Product thumbnails are linking to product page as they should.
Forum: Plugins
In reply to: [Jigoshop] Non-selectable variations are not grayed out.Hi
Open file jigoshop/assets/js/global.js and replace it with this.
https://raw.githubusercontent.com/jigoshop/jigoshop/master/assets/js/global.js
Forum: Plugins
In reply to: [Jigoshop] Catchable Fatal Error on cart with product optionsIn line 103 change:
$variation = jigoshop_get_formatted_variation($values['variation']);
To
$variation = jigoshop_get_formatted_variation($_product, $values['variation']);
Forum: Plugins
In reply to: [Jigoshop] customers report they can not add items to the cartHi edward_lhs,
Did you fix your issue? I checked your site as guest and I was able to add item to cart without any problems.
Also Midnightweb,
I think your server has a problem with PHP SESSIONS, please contact your server admin to solve this problem.
Forum: Plugins
In reply to: [Jigoshop] Product permalink is wrong with PolylangHi popotvin and Mihai_i,
I checked this extension and I did not experience any issue with permalinks.
Forum: Plugins
In reply to: [Jigoshop] Catchable Fatal Error on cart with product optionsHi andrewTeamEvo
This is issue with your theme, so I can only advice you, but first I have to see what is in this file:
/home/cathol00/public_html/wp-content/themes/skeleton/checkout/review_order.php
Forum: Plugins
In reply to: [Jigoshop] Add To Cart – No Items AddedHi Midnightweb,
Does logged users experience this issue?
Forum: Plugins
In reply to: [Jigoshop] SagePay Form addonHi paulhuckstepp,
Did you tried new version (2.3) of SagePay Form?
Forum: Plugins
In reply to: [Jigoshop] Removing JigoshopHi intcon,
Try to deactivate all Jigoshop plugins first.
Forum: Plugins
In reply to: [Jigoshop] SagePay Form addonHi paulhuckstepp,
I think I know where is a problem, can you edit SagePay 2.2, file src/Jigoshop/Gateway/SagePayForm.php and replace line 222 with this code:
$crypt = $this->encrypt($request, $this->vendorPassword);
Forum: Plugins
In reply to: [Jigoshop] shortcodesHi ozdecor,
short-description and show excerpt? Our shortcode does not have parameters like that.
This shortcode uses the same template as shop page so it will look like product list on shop page.
Forum: Plugins
In reply to: [Jigoshop] Problem installing JigoshopHi Geggsy
It is becouse WordPress changed database charset, please edit wp-config.php and change
define('DB_CHARSET', 'utf8mb4);
to
define('DB_CHARSET', 'utf8);