macropiper
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] You must select a shipping method, ErrorAre the details for flat rate shipping on the Shipping page set to 0, or are they blank?
If they are blank, you need to set them to zero, having them blank means that the store cannot ship to that area.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Shopping cart changes from page to page?Do you have super cache on?
Under some circumstances, it can cache the contents of the shopping cart, this is fixed in the most recent version if you are using the shopping cart widget.
If you are not, you will have to turn super cache off on all the pages the shopping cart displays on.
If not, there is also a rare problem on some servers running PHP 4 that causes strange behaviour with the contents of the shopping cart like items replacing other different items in the cart and the like.
The only fix I have found for this is to upgrade to a newer version of PHP, preferably PHP 5.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] A Great Idea or Great DISASTER?1. ) You can use the “Show Thumbnails” option, located on the Presentation tab of the settings page, or you can edit the theme files to remove the thumbnail images.
2. ) You can rearrange the order of products in a category by dragging the image up or down.
3.) The plugin needs to create pages for it to add the shortcodes that it uses to add the products page, checkout page and transaction results page content into your site. If we did not create these pages, many people would claim the plugin does not work because they would not know to add the pages. It is fairly common for people to not read instructions that come with software.
Also, you can hardly say that your whole site was ruined by having a few pages on for what sounds like it was a rather brief amount of time.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Session problem in OperaIf the sessions don’t work with Opera, then surely they do not work with any other plugins and Opera on that server also?
There is nothing unusual or interesting about the way WP e-Commerce uses sessions, it just starts then in the same way as most other PHP applications do, so I suspect that the problem is with the configuration of the server or Opera, rather than with WP e-Commerce.
As for the other issue, I will have a look at it, what were the characters you were using that were being broken?
The e-commerce plugin is not a theme, it is a plugin, upload it to your wp-content/plugins directory.
Forum: Plugins
In reply to: WP ecommerce shopping cartThis usually indicates there is some sort of problem with PHP sessions on your server. Does the cart clear when going to any page, or just to the checkout page?
Also, on some servers, going from https://yoursite.com to https://yoursite.com can also do this.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Editing a product, input field disappearsWHat other plugins are you running? I have seen cforms cause this.
Forum: Fixing WordPress
In reply to: [Plugin: Wp-e-commerce] Pagination for products not workingI’m guessing its an issue with the permalinks you are using, what permalink structure are you using?
If it is simple, as in consisting of only two items or less, it could be conflicting with the permalinks set up by the e-commerce plugin.
I am going to need more information to help fix this, can you please email me at [email protected]?
Forum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] URL of my product pageYour products page appears to be this:
https://mugoplayer.com/?page_id=159
There is a link to it in the shopping cart which is in the sidebar of the “Contact Us” Page.
Appears to me like you might have 3 trillion records in your purchase logs table, which would be very unusual.
Forum: Plugins
In reply to: Session_start error on activation of wp-e-commerce pluginYou need PHP sessions turned on to be able to use this plugin, either your hosting provider does not have them enabled, or there is a problem with the configuration preventing them from working.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] ecommerce product section errorWhat version of WordPress are you running? The missing function has been part of WordPress since 2.6 at least. I suggest upgrading to the newest version of WordPress if you can.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] e-commerce activation problemThis is probably a problem with the configuration of PHP sessions by your hosting provider. I suggest you contact them to get it fixed.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Authorize.net Credit Card FieldWe have fixed this in the development version of the plugin, but the changes also required that the gold cart module be changed too.