Forum Replies Created
-
AuthorPosts
-
April 17, 2015 at 12:55 am in reply to: eStore – need to adjust price for (buy one get one free) items in shopping cart #57922
wpCommerce
Moderator@ontra, Have you tried this condition?
Total Quantity -> Is equal to -> 3This addon might be useful if you are trying to give discount for every 3 items.
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-bulk-discount-addon-2507
wpCommerce
ModeratorYou’re welcome. I’m glad to hear that it’s working for you now.
April 16, 2015 at 12:06 am in reply to: How to sell physical goods when the provincial sales tax is different #69610wpCommerce
ModeratorHi, You can try one of the following options:
https://support.tipsandtricks-hq.com/forums/topic/setting-up-sales-tax-tabels
April 13, 2015 at 12:05 am in reply to: eStore – How customize the price currency display format #69563wpCommerce
ModeratorHi, You can customize it in the settings. It’s under
WP eStore->Settings->Advanced Settings->Price Display Settings.wpCommerce
Moderator@yumeconsults, we will need to take a closer look at your site to troubleshoot this issue. I have sent en email for it. Let me know if you don’t receive it.
=Update=
Updating the plugin and Disabling “FV Flowpalyer” plugin fixed the issue.
April 9, 2015 at 11:57 pm in reply to: estore – shortcode buy now fancy ID too much space below #69518wpCommerce
ModeratorThanks. Please do the following:
1) Install our WP Custom CSS plugin: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add this piece of CSS code to the settings menu of the plugin:
.eStore-product {
height: auto !important;
}April 9, 2015 at 1:34 am in reply to: How can I remove line_break between the Quantity and Add To Cart button #69500wpCommerce
Moderator1) Open
eStore_misc_functions.php2) Look for the function (Around line 230)
function get_button_code_for_element($ret_product, $line_break = true, $nggImage = '', $buttonImage = '') {3) Inside the function look for this piece of code:
if ($ret_product->show_qty == '1') {
$replacement .= eStore_get_default_purchase_qty_input_data();
if ($line_break)
$replacement .= '<br />';
}
else {
$replacement .= '<input type="hidden" name="add_qty" value="1" />';
}4) Once you have found it replace with the following:
if ($ret_product->show_qty == '1') {
$replacement .= eStore_get_default_purchase_qty_input_data();
}
else {
$replacement .= '<input type="hidden" name="add_qty" value="1" />';
}Please make sure to keep a backup of the original file before you edit it.
wpCommerce
ModeratorHi, Could you provide a link to the page in question? I believe you will need to disable your “Quantity” based calculation. Otherwise it might take precedence over weight. Please make sure that the shipping is calculated based on “weight” and “zip code”.
April 9, 2015 at 1:08 am in reply to: estore – shortcode buy now fancy ID too much space below #69516wpCommerce
ModeratorHi, The page seems to be protected by our eMember plugin. Do you have a test account that I can use to check it? If not please create a new page with the shortcode so we can view it.
April 9, 2015 at 12:46 am in reply to: eStore – $0 base price with variations, customizing plus (+) this ammount #57488wpCommerce
ModeratorHi, have you tried this?
var selection_val = $(this).find(".eStore_variation :selected").text();April 9, 2015 at 12:24 am in reply to: How can I remove line_break between the Quantity and Add To Cart button #69498wpCommerce
Moderator@lgsito, Thanks. Which shortcode are you using?
wpCommerce
ModeratorHi, Have you updated the Contact form 7 and Affiliate Platform plugins recently? If not please update it:
Once you have updated the plugins enable debug in the affiliate platform plugin.
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
April 8, 2015 at 11:51 pm in reply to: Issue with border around input tags (turning off in CSS has unwanted side effect #69415wpCommerce
ModeratorHi, Try using
input.eStore_product_search_input_fieldinstead ofinput. That way all input fields won’t get affected by your custom CSS.You can use our WP Custom CSS plugin to do this: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
wpCommerce
ModeratorThe shortcode looks right. Your extra shortcode addon is pretty old though. Please update the addon and see how it goes:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
April 8, 2015 at 12:22 am in reply to: WP Affiliate- Affiliate Dashboard referrals not showing #69490wpCommerce
ModeratorHi, Do you have a test affiliate account that I can use to login and investigate this issue?
-
AuthorPosts