Aquotix
Forum Replies Created
-
Forum: Plugins
In reply to: wp ecommerce 3.11.2 Edit Product not UpdatingGoogle Chrome is showing error 500 after the same attempt to update
Forum: Fixing WordPress
In reply to: Guests and Bots showing up as Anonymous UsersLatest update for WPSC (3.8.13.2) has addressed the problems I have had
Cheers Guys – good job.
Forum: Fixing WordPress
In reply to: Guests and Bots showing up as Anonymous UsersAs my original post says, I updated both WP and e-Comm at the same time – so was unsure what the cause was… it was only after about 6 hours of mucking around and searching that I found what the problem was and where it was… queeneve – leave it alone, it is part of the e-Comm code… nothing to worry about, just looks messy…. so dont look at it.
I am waiting to see if the developers come up with a solution if any. I have reinstated the code that I commented out originally…. so far it does not affect the flow as much as I can see.
Only problem I can see with the situation, is if a customer has a full cart, and then logs in at checkout as a returning customer, he loses his cart… has to go back and add items back to his cart.
I prefer the old system…. but I will embrace the new… eventually.
Forum: Fixing WordPress
In reply to: Guests and Bots showing up as Anonymous UsersAfter finding more detail and reading more about this issue, Im happy to wait for any further updates to help control this – even just reducing the time the ID is kept, or at least giving us an option to choose the time the ID is held…. Call me OCD, but I like to keep things neat.
Forum: Fixing WordPress
In reply to: Guests and Bots showing up as Anonymous UsersTell me if I’m wrong to do this:
in WP-e-Commerce / wpsc-includes / customer.php
comment out lines 98 to 116
and comment out line 203what will be the long term damage to this?… so far it suits my purpose….
Forum: Plugins
In reply to: [WP eCommerce] wpsc-fixed-rate-shipping / simple-shipping – cannot add levelUpdated to WP3.8 – no change
Updated to WPEC 3.8.13 – all goodForum: Fixing WordPress
In reply to: WP ecommerce – default orderby publish missingLucky I kept a copy of the old presentation.php with my changes
(this php file can be found under wp-content/plugins/wp-e-commerce/wpsc-admin/includes/settings-tabs)line 543 – add the following:
case ‘published’:
default:
$wpsc_sort_by5 = “selected =’selected'”;
break;and on line 563 add this:
<option <?php if ( isset( $wpsc_sort_by5 ) )
echo $wpsc_sort_by5; ?> value=’published’><?php _e( ‘Time Published’, ‘wpsc’ ); ?></option>then in admin : go to settings/store/presentation – go down to “sort product by:” and the pull down menu will now include the option “published date” as choice #5 – click that and all goes back to normal…
Why was this removed in the first place?…..
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Breaks wp e-commerce plug inSame here….
Have deactivated Jetpack 2.0 until 2.1 arrives…. πForum: Fixing WordPress
In reply to: WP ecommerce redirectThank you Banago…. good to see some help – I have forced myself to learn HTML and I have become self educated in WP over the last few months from knowing almost nothing just by digging deeper than I should…. crashed it a few times, but wiser none-the-less….
Cheers
Forum: Fixing WordPress
In reply to: WP ecommerce redirectStuff this forum – try these guys – more helpful
http://www.primathemes.com/fixing-wrong-checkout-url-on-wp-e-commerce-3-8-plugin.html
Forum: Fixing WordPress
In reply to: WP ecommerce redirectWhy is something this simple not being answered?
Just link us to the file PLEASE!
I too have the same problem….I dont have hours let alone months waiting for advice on something so complicated for most…. is there something better than WP e-commerce?Forum: Fixing WordPress
In reply to: max 10 products per CategoryFound it myself – settings, reading, blog pages show most – changed from 10 to 100