Bloke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart is empty at checkoutYes I think I have it working. I ran a check in phpMyAdmin and repaired wp_wpsc_user_meta table. Seems to be holding the cart values now. Anything else I should check? Can you explain what you meant about the cache? And what causes these tables to get corrupted?
[ Moderator note: if you are not Bloke please start your own topic.
https://wordpress.org/support/plugin/wp-e-commerce#postform ]
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart is empty at checkoutI started this thread and seems it has been taken over. I was replying to Justin on post #4.
Forum: Plugins
In reply to: [WP eCommerce] ImagesDid you develop this theme yourself? Are there settings for font color in the theme? If not you will need to edit the CSS in your theme.
.product_grid_display .grid_product_info, #content .product_grid_display .grid_product_info {
color: #F60;Forum: Plugins
In reply to: [WP eCommerce] Shipping and Tax not correct with 3.9.3I checked the link and tried to checkout. I was able to select “calculate” after I choose the state.
Forum: Plugins
In reply to: [WP eCommerce] Where is the sort order of products storedI think I found where this is done. The function is _wpsc_save_category_product_order() Found in \wpsc-admin\ajax.php They are saved in the term_order field in the term_relationships table.
Forum: Plugins
In reply to: [WP eCommerce] shipping feeTry removing the shipping rates per product. The flat rate should be set up in the shipping module. I have not tried Australia Post but I assume its the same.
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart is empty at checkoutI see alot of empty rows in the wp_wpsc_user_meta table. I optimized the tables in phpMyAdmin and it just so happens it found an error in wp_wpsc_user_meta table. I repaired it and it seems to be holding the cart values now. Anything else I should check?
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart is empty at checkoutActually if I go to any page it will clear the cart. The last successful checkout I had was 4/29. I have not made any changes since then. Is there something I should try to clear in the database?
Forum: Plugins
In reply to: [WP eCommerce] How to stop spam yahoo.com new usersYes that is what I used and it works well.
Forum: Plugins
In reply to: [WP eCommerce] Where is the sort order of products storedDoes anyone have any idea how this works?
Forum: Plugins
In reply to: [WP eCommerce] Restrict shipping to Hawaii and Alaska for US ordersI was considering doing that also. If I have to use that then I will have to change the text. But if I leave the box empty for “All 50 states” in the admin, it should not let someone shipping to HI or AK checkout but it does.
Forum: Fixing WordPress
In reply to: Creating custom list of posts to link to full articleI figured it out. I needed to use wp_reset_query(); The single.php page was listing all the posts.
Forum: Plugins
In reply to: [WP eCommerce] Category image missing on product category pageStill not working using version 3.9.2 and has not worked the last few updates. If there is no image it will show the “no image” graphic.
Forum: Plugins
In reply to: [WP eCommerce] Restrict shipping to Hawaii and Alaska for US ordersIn the flat rate shipping settings there are two boxes. One says “Continental 48 states” and the other says “All 50 states”. This is confusing because “All 50 states” box should read Hawaii and Alaska. When you check out it gives the user the ability to check either button. It should select the rate based on selecting HI or AK. I can see customers in Hawaii choosing the cheaper rate.
Forum: Plugins
In reply to: [WP eCommerce] Taxes are not being applied in WPeCommerce 3.9.1That seems to fix it.