Jejoi
Forum Replies Created
-
Forum: Plugins
In reply to: [J&T Express Malaysia] API ProblemHi.. Currently I developed website for my client and I need to test the plugin in development environment before go live. Do you have sandbox account so I can run & testing in my development environment?
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Files Upload image corruptif someone on VestaCP, this article might help
https://rprabhashvara.wordpress.com/2018/02/10/fixing-vestacp-open_basedir-error/php_admin_value open_basedir /home/admin/web/example.com/public_html:/home/admin/tmp:/home/admin/web/example.com/project
or
php_admin_value open_basedir none
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Files Upload image corruptI am using VESTA hosting control panel on Digitalocean droplet.
The problem probably because I’m not properly configure the control panel. I try to upgrade form php 7.0 to 7.1 but still no luck.
What I has done is I change my hosting provider and everything works fine.
Sorry, my bad.
Turns out actually I forgot that I was made changes from “the_excerpt()” to “the_content()” at posts-carousel.php
Hope this will helps someone who is looking for the solution.
Nice… Thank you
Is this plugin same as the one at codecanyon? https://codecanyon.net/item/viral-signup-limited-invites-signup-plugin-with-viral-referral-sharing/15612205
Can we check through the admin dashboard? It would be great if could you add the referral link in “Signed-up Users” tab, next to their “E-mail” column (Order, E-mail, REFERRAL LINK, Refferals, Trigger, Form name).
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Weight Rate Charge skip CalculateUpdate:
I try to change the weight scale from 0.1 lbs to 1 lbs.PRODUCT:
Product Price: 0
Product weight: 1 lbsSHIPPING:
Weight: [1 – 11)
Cost: 10 + 3 per 1 lbs (from 1 lbs)Situation Occur:
1 item add to cart = $10 (OK)
2 item add to cart = $13 (OK)
3 item add to cart = $16 (OK)
4 item add to cart = $19 (OK)
5 item add to cart = $21 (OK)
6 item add to cart = $24 (OK)Everything works fine if I scale up the weight. But, I need to use 0.1 lbs instead of 1 lbs in my product. I think maybe some sort of config setting have been stored in the database. I try to delete the woowbs_main_settings but the problem still the same. Please help me. Thank you in advance.
Forum: Plugins
In reply to: [WC - APG SMS Notifications] MultisiteThank you…