Jamncream
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update cart after purchaseThanks again for your help Caleb. I am not using any caching plugins so I will check with my host, thank you.
Forum: Plugins
In reply to: [WooCommerce] Update cart after purchaseI found that section in /wc-cart-functions.php and all looks correct.
***********
/**
* Clear cart after payment.
*
* @access public
*/
function wc_clear_cart_after_payment() {
global $wp;if ( ! empty( $wp->query_vars[‘order-received’] ) ) {
***********
Forum: Plugins
In reply to: [WooCommerce] Update cart after purchaseThank you Caleb, that’s great news that it should be clearing. Now I just have to work out why it isnt. I just read (my apologies) that support is only for Wootheme users?
I am not using any caching plugins.
I am using a custom built (themeframe) theme, and to get Woo to work I had to create a woocommerce.php (as per instructions I found somewhere).Then replace:
<?php if ( have_posts() ) :
and usually ends with:
<?php endif; ?>With:
<?php woocommerce_content(); ?>
It’s all working perfectly except for the cart not clearing after a purchase has been made.I am using the standard PayPal gateway.
Website shop: http://www.waterairwisdom.com.au/shopIf your help does not extend to non Wootheme users, can you suggest how I can get support for this issue?
Thanks again.Forum: Plugins
In reply to: [WooCommerce Collapsing Categories] Increasing indents with FirefoxAlso, when I click on the parent category, it will not load that category, but just expand the navigation. The viewer is not able to go to the parent category, only the child categories. Is there a setting I can change so that the viewer can go to the parent category (after the first click expands the category)?
Expanding the category on first click is perfect, but they also need to be able to view that parent category.
They can not currently view the Binders or Dividers categories (which will have extensive descriptions of products within that category.
And lastly, is there a way of keeping the list in expanded form, once they have gone to a category? As the web page loads a category, the list is collapsed fully.Forum: Plugins
In reply to: [WooCommerce Collapsing Categories] Increasing indents with FirefoxFollowing up, if I disable “Load mTree” in settings, then the extra indentation is removed, but the symbols – and + are also removed.
Forum: Plugins
In reply to: [WooCommerce Collapsing Categories] Increasing indents with FirefoxIf we can sort that issue, I’d REALLY like to replace the “-” and “+” with an image (I can produce the image). Would that be possible?
Forum: Plugins
In reply to: [Fast Secure Contact Form] session_start error on Fast Secure Contact FormThanks Mike, that does help. My problem is that now I can’t recreate the error to get the exact error message. The host is currently looking at it but when I install and activate si-contact-form (possibly not the cause of the original problem I have to add,), the page/website loads blank (FF). In Google chrome I get a generic HTTP error 500. I dont recall what I did to get the session_start() error to show on screen. I had renamed the entire plugins folder to xplugins (it may have been then), but as it’s a live site I dont want to break it again. I have been able to get nearly all plugins working one at a time, but Contact Form is the hiccup right now. I’ll wait to hear what the host can find.
Still a great fan of Contact Form, and genuinely dont think your form caused this error, but seems to be the victim. Thanks for your help, will let you know how it goes.Jam
Forum: Plugins
In reply to: [Fast Secure Contact Form] session_start error on Fast Secure Contact FormHi Mike, I’m having serious problems also. I downloaded and installed the latest version but still having issues. I cant activate the plugin without it breaking the site (blank pages, site gone)
The Solution on the session-start-error page:The Solution:
Make a trouble ticket with your web host. Ask them to fix the broken PHP session feature of the web server. It will better help them resolve the problem if you include the error message and a URL to your page with the error on it. They can create the proper temporary folder needed for PHP sessions. If the folder is already there, they can check and make the necessary adjustments to the folder permissions or group ownership. Then the sessions will work as they should.The host is sometimes not helpful, not available or not willing to help out. Can you tell us how to “fix” the broken PHP session feature of the web server?
Forum: Plugins
In reply to: Slideshow Gallery Pro not working with IE8oh can you please tell us what line that was? Im having issues with IE8 also.
There doesnt appear to be any limit, I have one gallery with 64 images! They normally all appear in the thumbs slider (fills the thumbs slider section). I am having issues with one install though, that doesnt show thumbs right arrow, or slide at all, but only in IE8. Have you tried other browsers?