Ray Ardinanda
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Problem with checkout after upgrade@jan: No problem, I will ask Dan to give me the plugin author status before posting another message here.
Thanks!
Forum: Plugins
In reply to: [WP eCommerce] Problem with checkout after upgradeHi there,
Ray here with WP eCommerce Support.
I can take a look at your issue if you can give me permission to switch your themes to default WP themes and disable all plugins but WP eCommerce temporarily.
Can you also make a backup of the current version that is working before I do any upgrade to the 3.8.14?
My email is [ redacted ]
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Bug with setting sale prices in variation controlHi there,
Ray here with WP eCommerce support. One thing that i quickly notice is that your gold cart version is not compatible with the WP eCommerce version that you are using.
Try upgrade your goldcart.
If that still doesnt work, I would recommend putting a request for premium support at http://getshopped.org/resources/premium-support/
Your gold cart contain 1 premium support token that you can use.
However please keep in mind that we will be testing in default wordpress theme and with all plugins disabled but Wp eCommerce and gold cart to ensure that there is no plugin/theme conflict.
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Warnings and Errors in Google Marchant CenterHi Francesco,
Thank you for confirming it with us!
Ray
Forum: Plugins
In reply to: [WP eCommerce] Wp e commerceHi there,
Ray here with WP eCommerce Support.
Are all your products published? Have you try switching your theme to default WP themes (2011/2012/2013/2014) and disable all plugins but WP Ecommerce and do you still see only 1 product?
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Editing the checkout textHi there,
Ray here with WP eCommerce Support. Have you try doing a text search for all the
<tr class=’wpsc_shipping_header’><td class=’shipping_header’ colspan=’5′><?php echo wpsc_shipping_method_name().__(‘ – Choose a Shipping Rate ‘, ‘wpsc’); ?> </td></tr>
I am assuming that you will append a string to “Choose a Shipping Rate”. When I do it on my WPEC version 3.8.14, I am seeing 9 occurences. Please try to replace all of them.
I found the occurences on
ajax.php
wpsc-shopping_cart_page.php (2 different locations of this php file)Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] wp-ecommerce – fancy purchase notifications textHi there,
Ray here with WP eCommerce support. Have you try changing this function on
function fancy_notification_content( $cart_messages ) {
$siteurl = get_option( ‘siteurl’ );
$output = ”;
foreach ( (array)$cart_messages as $cart_message ) {
$output .= “<span>” . $cart_message . “</span>
“;
}
$output .= “” . __( ‘Go to Checkout’, ‘wpsc’ ) . ““;
$output .= “” . __( ‘Continue Shopping’, ‘wpsc’ ) . ““;
return $output;
}on /wpsc-components/theme-engine-v1/helpers/product.php ?
I believe it is the $cart_messages that you need to tweak. perhaps a little PHP string substitution.
Thank you,
RayHi there,
Ray here with WP eCommerce support. Which version of WP eCommerce are you using? Are you using gold cart as well? What kind of theme did you use?
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Warnings and Errors in Google Marchant CenterHi Francesco,
Ray here with WP eCommerce support. I found a topic answered by one of our plugin author, lee willis that is realted to your question. Please see http://ww.wp.xz.cn/support/topic/plugin-wp-e-commerce-flaws-with-google-merchant-feed?replies=2
thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Compatibility problem with WordPress 3.9 and version 3.8.13.4Hi Francesco,
I did an experiment by switching your theme to default WP theme and disable all NON-wpec plugins. This is what I see :
http://dl.getdropbox.com/u/1184399/Jing/2014-04-24_1247.png
But now I switch it back to your original theme, it seems that it looks waay different.
As you can see, there are the writing on your product page : http://dl.getdropbox.com/u/1184399/Jing/2014-04-24_1320.png
So My thought is that one of your plugin (not our plugin) is causing the weird description in your site.
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Compatibility problem with WordPress 3.9 and version 3.8.13.4Hi Francesco,
I am going into your site to look at your issue now.
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Compatibility problem with WordPress 3.9 and version 3.8.13.4Hi Francesco,
Ray here with WP eCommerce Support.
I would need more information on your case. Can you tell me specifically from which version did you upgrade from, and if you can send me the credentials for your WP-admin site, that will be great. My email is [email protected]
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] Changing CC information TextHello,
Ray here with WP eCommerce Support.
Have you try doing a text search and modify the Credit Card Inquiry to Credit Card Number (MM/YY)?
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] problem with shipping detailsHello Vaib,
Ray here with WP eCommerce Support.
Are you using the latest WP eCommerce version? Please update if you haven’t.
Thank you,
RayForum: Plugins
In reply to: [WP eCommerce] User customs field in sales Log DetailsHello,
Ray here with WP eCommerce Support.
Thank you for your suggestion! If you don’t mind, can you post it in https://github.com/wp-e-commerce/wp-e-commerce It will help our users greatly.
Thank you,
Ray