• Resolved SimpleBeadPatterns

    (@simplebeadpatterns)


    Hi,

    Since updating Jigoshop, if I try to have several shortcodes on the same page, the first shortcode list of products shows up, but any other following shortcodes do not show up (this used to work for me before updating). This is the shortcode I am using [products ids=”1, 2, 3″].

    After a lot of research, I found that using the jigoshop_templates.php from this website (http://forum.jigoshop.com/discussions/problems/10929-shortcodes-not-working) fixed the problem but created a fatal error on my shopping cart.

    Fatal error: Call to undefined function jigoshop_locate_template() … wp-content/plugins/jigoshop/jigoshop.php on line 1099

    Here is my system info:
    ### WordPress Environment ###

    Home URL: http://simplebeadpartners.com
    Site URL: http://simplebeadpartners.com
    Jigoshop Version: 1.17.3
    Jigoshop Database Version: 1503180
    Log Directory Writable: ✕

    WP Version: 4.1.1
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    Language: en_US

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 5.3.29
    PHP Post Max Size: 999 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.5.42
    eAccelerator: ✕
    APC: ✕
    OpCache: ✕
    Short Open Tag: ✔
    Allow URL fopen: ✔
    Session: ✔
    Cookie Path: /
    Save Path: /tmp
    Use Cookies: ✔
    Use Only Cookies: ✔
    Max Upload Size: 999 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    Remote Post: ✔
    Remote Get: ✔

    ### Server Locale ###

    decimal_point: .
    thousands_sep: N/A
    mon_decimal_point: N/A
    mon_thousands_sep: N/A

    ### Active Plugins (21) ###

    Anti-spam: by webvitaly – 3.5
    Display Posts Shortcode: by Bill Erickson – 2.4
    Enable Media Replace: by Måns Jonasson – 3.0.3
    Enhanced Text Widget: by Boston Dell-Vandenberg – 1.4.4
    Image Widget: by Modern Tribe
    Inc. – 4.1

    Intuitive Custom Post Order: by hijiri – 3.0.4
    Jigoshop Admin Bar Addition: by David Decker – DECKERWEB – 1.8
    Jigoshop – All in One SEO Pack: by Visser Labs – 1.0
    Jigoshop Basic Bundle Shipping: by polevaultweb – 1.0.2
    Jigoshop – Meta Tags: by Jigowatt – 1.1
    Jigoshop Table Rate Shipping: by Jigoshop – 3.3.4
    Jigoshop: by Jigoshop Limited – 1.17.3
    Log Out Shortcode: by OM4 – 1.0.3
    MailChimp: by MailChimp and Crowd Favorite – 1.4.2
    Menu Image: by Alex Davyskiba aka Zviryatko – 2.4
    Pinterest “Pin It” Button Lite: by Phil Derksen – 2.0.8
    Quick Page/Post Redirect Plugin: by Don Fischer – 5.0.6
    Regenerate Thumbnails: by Viper007Bond – 2.2.4
    Slideshow: by StefanBoonstra – 2.2.21
    Theme My Login: by Jeff Farthing – 6.3.11
    Ultimate Follow Me Plugin by Free Blog Factory: by Free Blog Factory – 1.3.3

    ### Settings ###

    Taxes Enabled: ✔
    Shipping Enabled: ✔
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2

    ### Jigoshop Pages ###

    Shop Base: #219 – /shop-3/
    Cart: #220 – /cart-3/
    Checkout: #226 – /checkout-3/
    Pay: #227 – /checkout-3/pay/
    Thanks: #228 – /checkout-3/thanks/
    My Account: #222 – /my-account-3/
    Edit Address: #223 – /my-account-3/edit-address/
    View Order: #225 – /my-account-3/view-order/
    Change Password: #224 – /my-account-3/change-password/
    Track Order: #221 – /order-tracking-3/
    Terms: Page not set

    ### Taxonomies ###

    Product Types: configurable (configurable)
    downloadable (downloadable)
    external (external)
    grouped (grouped)
    simple (simple)
    virtual (virtual)

    ### Theme ###

    Name: Skeleton
    Version: 1.6
    Author URL: http://www.simplethemes.com
    Child Theme: ✕ – If you’re modifying Jigoshop or a parent theme you didn’t build personally we recommend using a child theme. See: How to create a child theme
    Jigoshop Support: Not Declared

    ### Templates ###

    Overrides: skeleton/archive-product.php
    skeleton/checkout/index.php
    skeleton/checkout/pay_for_order.php
    skeleton/index.php
    skeleton/loop-shop.php
    skeleton/jigoshop/product_taxonomy.php
    skeleton/single-product-reviews.php
    skeleton/jigoshop/single-product.php
    skeleton/jigoshop/taxonomy-product_cat.php
    skeleton/jigoshop/taxonomy-product_tag.php

    Thank you for your help.

    https://wordpress.org/plugins/jigoshop/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jigoshop Support – Krzysztof

    (@krzysztofk-1)

    Hi SimpleBeadPatterns,

    Please restore jigoshop_templates.php, also I couldnt reproduce this issue. Do you see any notices or errors?
    Also did you try to switch to wordpress standard theme?

    Thread Starter SimpleBeadPatterns

    (@simplebeadpatterns)

    Thank you so much for your response. I do not see any notices or errors – the products in the shortcodes after the first shortcode just do not show up. This had been working perfectly before updating.

    Another thing I found is that if I have just one shortcode on the page like this: [product ids=”12285, 12286″ pagination=”yes”] then it lists all of the products in my shop and not just those two products. The same thing happens if I have just this shortcode: [product id=”12257] – All the products show on the page instead of just one product.

    I just tried one shortcode: [products ids=”12257, 12286, 12296] with the Twenty Ten theme and it shows all the products on my website, instead of just the three products. It also looks bad – one product per row with bullets and no button styles (I am guessing because the theme is not compatible with Jigoshop, like the Skeleton theme is?). So, it wouldn’t be a theme issue, right? The shortcode problem is happening with Twenty Ten and Skeleton.

    Since the jigoshop_templates.php at the bottom of this website (http://forum.jigoshop.com/discussions/problems/10929-shortcodes-not-working) fixes this problem (but causes a fatal error on the shopping cart), could there be any part of the code that needs to be used in the newer version of the jigoshop_templates.php? I have not been able to find any other solutions yet on the web.

    I really appreciate your help!

    Thread Starter SimpleBeadPatterns

    (@simplebeadpatterns)

    Plugin Author Jigoshop Support – Krzysztof

    (@krzysztofk-1)

    Can you tell me on which page on your web site you are using shortcodes?

    I checked Twenty Ten theme and for me everything works fine.

    Plugin Author MWSGD

    (@mwsgd)

    @simplebeadpatterns – This was caused by your theme (Skeleton). You had a ‘loop-shop.php’ template in the main directory of your theme calling the ‘loop-shop.php’ template from your themes ‘jigoshop’ folder.

    Including the file in the main directory is (was) redundant. I’ve removed it and all is well. 🙂

    Please reference the following Documentation for the proper use of jigoshop templates: https://www.jigoshop.com/documentation/theming-jigoshop/

    Thread Starter SimpleBeadPatterns

    (@simplebeadpatterns)

    What a relief! Thank you SO much! I am sorry to have bugged you. I just couldn’t figure out if it was a bug in a new version of Jigoshop or if the problem was on my side. I couldn’t be happier with your plugin or your incredible support! Thank you! : )

    Plugin Author MWSGD

    (@mwsgd)

    You’re not bugging us. We are glad to help and glad you like our plugin!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Jigoshop] Multiple Shortcodes Not Showing On Page’ is closed to new replies.