Nathaniel Flick
Forum Replies Created
-
Hi my client bought the plugin but it doesn’t have any of the features shown in your screenshots like the currency bar? And shorcodes don’t work in the Flatsome theme Header.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] shortcode deprecated since CF7 4.6This is killing me, I’ve downloaded the latest version of the plugin and I’m still getting this same error. It takes down my live site, is there a fix coming soon or am I missing something?
I also went so far as to hide the Total Shipping number as it defaults to the first item in your Fixed Items list even before an option has been chosen for shipping.
Lee Willis was invaluable in helping me sort this out. Here’s his response, not sure if it fits your problem 100% but gives you places to start looking:
It looks like the WPSC Theme files in wp-content/themes/jenny-burtt aren’t
correctly showing the shipping calculator. There could be a bunch of
reasons for that, but in terms of fixing it these are the things you
should try (Making sure you have a backup first!!)I suspect the problem is related to the bit of code that decides whether
or not to show the shipping form. In the current version of WP e-Commerce
this is in wpsc-shopping_cart_page.php, and looks like this:<div id=”wpsc_shopping_cart_container”>
<?php if(wpsc_uses_shipping()) : ?>In your theme files, it looks like this:
<div id=’wpsc_shopping_cart_container’>
<?php if(wpsc_uses_shipping() && wpsc_has_shipping_form()): ?>Maybe worth swapping this bit of code to see if that fixes it?
If not:
1. Try refreshing the theme files (wpsc-shopping_cart_page.php is the
checkout page) in your WordPress theme with the ones from the plugin
2. If that doesn’t work – might be worth upgrading, and then trying with
the newest ones.Do make backups first as I don’t know how much customisation has been done
to those files.I need to know the answer to this too.
timit, I have the same problem, can you be more specific about your solution? I can’t find what you’re referring to. Cheers!