OptArt
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] prices do not include taxes on product pageHi seosha,
per product shipping – take a look at https://www.jigoshop.com/product/per-product-shipping/
show tax on product page – take a look at tax settings page in your admin panel: https://forum.jigoshop.com/kb/jigoshop-settings/tax – there is choice whether to show price with or without taxForum: Plugins
In reply to: [Jigoshop] Move description and Reviews or disable themHi 95boyz,
There is currently no possibility to manipulate tabs from admin panel (but we’re thinking about it!)
If you know a little of php, you can remove tabs in your functions.php using such code:
remove_action( 'jigoshop_after_single_product_summary', 'jigoshop_output_product_data_tabs', 10);
if you’d need support with more advanced customisations – let us know via [email protected] and we’ll provide a quoteForum: Plugins
In reply to: [Jigoshop] Sort itemsNo problem! We’ll have something build in in future release probably.
Forum: Plugins
In reply to: [Jigoshop] Sort itemssorry for wrong link: https://www.ads-software.com/plugins/post-types-order/
Forum: Plugins
In reply to: [Jigoshop] Sort itemsHave you tried drag & drop method to order them with plugin I mentioned?
Forum: Plugins
In reply to: [Jigoshop] Image Size IssueHi bhampson,
You can define jigoashop image sizes under Jigoshop/Settings in admin panel. Please note, that changes apply to newly uploaded images only.Forum: Plugins
In reply to: [Jigoshop] Sort itemsHi zaccc,
How are you sorting them? If it’s menu order, have you tried using plugin like https://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/ ?Forum: Plugins
In reply to: [Jigoshop] Integrate into my site's themeHi @mrpmorris,
In general, any theme should work fine with jigoshop.
If it seems to be unstyled – then here is info what to do: https://forum.jigoshop.com/kb/customize-jigoshop/wrap-your-themes-content-for-jigoshop
If that won’t help – you can either let our developer support you (paid) or try using one of checked jigoshop-optimised themes (list on https://www.jigoshop.com)Forum: Plugins
In reply to: Jigoshop Product PageHi @duckworthc,
Default “shop” page contains all products.
If you want it to show categories as well, there is extension for that: https://www.jigoshop.com/product/category-pages-and-thumbnails/Forum: Plugins
In reply to: [Jigoshop] 404 Errors on several Jigoshop filesHi Andy,
Have you checked rights set on files? Try setting up something like 755 for check.
Try as well removing htaccess authentication for a check – maybe that has something to do with it?
If it won’t help – let us know via [email protected] with your site ftp access for more in-depth check.Forum: Plugins
In reply to: [Jigoshop] Double product images and white spaceBecause you changed featured image for banana product. So it consists these two images. You can see it using plugin I recommended
Forum: Plugins
In reply to: [Jigoshop] Double product images and white spaceif you want to remove attached images, i’d suggest using “inline attachments” plugin that helps reordering/removing attached images
Forum: Plugins
In reply to: [Jigoshop] Double product images and white spaceHi @95boyz,
small image is “preview” image – when you have more images with your product then all apart from newest are listed next to it.
you can hide it with line like that in your style.css:
.thumbnails {display:none !important;}
gap – it’s your styling, you can add in your style.css something like
div.product div.summary {width:500px !important;}
Forum: Plugins
In reply to: [Jigoshop] Jigoshop invoice missing 80% of content!!!So youn upgraded jigoshop only and it happened after jigoshop upgrade? No theme/other plugins changes?
Can you post us your jigoshop system info on [email protected] for further investigation? We hope to solve it for you as soon as possible!Forum: Plugins
In reply to: [Jigoshop] Jigoshop invoice missing 80% of content!!!Hi Richie,
We’re checking it out