Bloke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] How to find why transactions are declinedYes its CIM and I have double checked all the settings. The thing that is strange is, its not every transaction. So I am trying to trouble shoot without knowing what the user is seeing. Maybe they are not even getting an error.
Forum: Plugins
In reply to: [WP eCommerce] How to find why transactions are declinedDoes anyone know why I get a lot of “payment declined” transactions? Its not making it to Authorize.net so that doesn’t give me an error code. On the transaction that fails it has the customer’s complete contact information.
I found a solution. WordPress by default blocks all the admin menus for users who are not an administrator. Then I used this plugin to block them from categories. When they they are logged in they don’t see those categories listed. restrict-categories
Thanks. I just don’t want them to see or edit and posts of a category. Like when they log in now, they can’t see all the admin menus and plugins. So when they log in I don’t want them to have access to the category. Seem I need to purchase a key to To assign exceptions for editing. Role scoper was so much easier and free.
Is this possible to restrict a category?
Forum: Plugins
In reply to: [WP eCommerce] Is is safe to clear transient_timeout_wpsc_customer_metaIs it safe to delete these?
Forum: Fixing WordPress
In reply to: delete all users from the users tableI found this solution. I ran this in phpMyAdmin
DELETE FROM wp_users WHERE ID > [number after last real user]
Then run this:
DELETE FROM wp_usermeta WHERE user_id NOT IN (SELECT ID FROM wp_users)
Forum: Plugins
In reply to: [WP eCommerce] Turn off E-check payment option at checkoutThanks that worked and thank you Mihai for responding.
Forum: Fixing WordPress
In reply to: Help with Advanced contact formLooks like you may have a jquery conflict. Look at the source code of the page and see if you have duplicate jquery files being loaded.
Forum: Fixing WordPress
In reply to: Web Store Help!Where are you getting this error during the checkout process?
Forum: Fixing WordPress
In reply to: Web Store Help!Looks like you need to go in store settings. Make sure you have all shipping options correct. Are you running WP in debug mode?
Forum: Fixing WordPress
In reply to: How to build a new site and swap out with the old siteDesign and develop it on local server and then upload when you are ready.
Forum: Fixing WordPress
In reply to: Web Store Help!What exactly do you need help with? Are you getting errors?
Forum: Plugins
In reply to: [WP eCommerce] Setting orders to closed statusJust checking back to see if anyone has a solution.
Forum: Plugins
In reply to: [WP eCommerce] Turn off E-check payment option at checkoutJust checking back to see if anyone has a solution.