hitotch
Forum Replies Created
-
@dfactory ,
It worked perfectly for me. Thanks a lot!Markbyrnes,
Hello.
As Uscnanbu told you, please let us know the actual version of both of WP and WC.And your suggestion to your customer (updating may resolve the issue) is the best, I also think.
Anyway, the best practice is making the test environment on the server or on your local by copying the current system set, then test upgrading Welcart.
Once you see some issues after upgrading, you may report the actual situation (ex: upgraded Welcart from Vx.x to Vx.x, and the marchants disappeared), then people who supports you can provide some resolution I believe. I think that is the fastest way to update your (customer’s) system.Happy new year!
Forum: Plugins
In reply to: [Welcart e-Commerce] [Plugin: Welcart e-Commerce] Shipping Page SettingsJapan team finally released the development version with this fix.
You can download the development version from Welcart Web site.
And the next version v1.0.6 will have this issue resolved.Thank you,
HitotchOkay,
Please let me confirm your issue for the following people.
1. There was a conflict issue with the plug-in Mee News.
This was the root cause of the white screen.
2. Email setting was not set correctly.Thank you,
HitotchTyfa,
If you can, try followings also.
– Show error message by:
php_flag display_errors On in .htaccess
ref: https://perishablepress.com/press/2008/01/14/advanced-php-error-handling-via-htaccess/Developers can investigate your error.
Tyfa,
In Japan, there was same issue, and resolved in the following way.
1. Changing theme (try Welcart default theme)
2. Removing another plugin (Some of plugins will have conflict with Welcart)Please try above.
Okay, I will pass this info to Japan team.
Tyfa,
Alright, please try the followings.
1) Turn the warning message on.
wp-config.php > change WP_DEBUG from false to true
This setting shows PHP errors. Please check if the white screen has any error.2) Send email from New order, and check your email is fine.
Press “show the mail/print field” and click Mail for confirmation of order, and send email.Hitotch
Tyfa,
Hi,
I will pass this info to the development team in Japan.
Could you please give us some information about your environment?
1) When you installed your WordPress, the email from WordPress system has been successfully sent to your email address?
2) Are you using paypal or some other payment method?
3) “registration” means the user registration during the order process?Thank you,
HitotchForum: Plugins
In reply to: [Welcart e-Commerce] [Plugin: Welcart e-Commerce] Shipping Page SettingsUpdate.
Development team already translated the target words, and now implementing to the program set.
Hitotch
Forum: Plugins
In reply to: [Welcart e-Commerce] [Plugin: Welcart e-Commerce] Shipping Page SettingsTrivikrama,
I successfully reproduced the issue on my environment.
I will talk to the development team in Japan, and will resolve the issue with them as soon as possible.Thank you,
HitotchForum: Plugins
In reply to: [Welcart e-Commerce] [Plugin: Welcart e-Commerce] Shipping Page SettingsOkay, I will try exactly same version.
I will return to you as soon as possible.Thank you,
Forum: Plugins
In reply to: [Welcart e-Commerce] [Plugin: Welcart e-Commerce] Shipping Page SettingsTrivikrama,
Please provide WordPress and Welcart version.
I can check the actual situation. Language file may have some problem.
Thank you.
HitotchWelcart does not have the original data table for the products.
Product data is stored in the table of posts and post_meta.
So you can pull the product data by WordPress functions and template tags like usual posts.Welcart has the original template tags, so if you are interested in the template tags, see usc-e-shop/functions/template_func.php.
And the latest (v1.0.3) has the template wc_templates/wc_item_single.php in the default theme (usc-e-shop/theme/welcart_default).
This template is for product details, and you can see how to use the template tags in it.If you are using the older version, please be noticed that upgrading Welcart to the latest version does NOT update your theme. If you like upgrading the Welcart default theme, please delete the Welcart default theme at first, then re-activate the welcart plugin. This installs the Welcart default theme.
Do you mean that you need some short code?
I may have a solution, but I need to understand what you want to do.
Do you need 2 or more products for 1 page or post?
What is the problem when you just use the product detail?