dubh
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] can not add products to cartI’m no pro but I don’t let my cache plugin touch cart or checkout page. Most plugins will have that option to exclude.
Wow, your code is messed up.
Any idea how to fix it or would you rather refund my money?
Does anyone in the USA want to check my site?
texas butter
Firefox, Chrome, and Epic https://imgur.com/B8ZOKNqNot for me Chrome and FF latest.
Not sure what you mean by social login.
Here’s the problemForum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] ShortcodeThanks, Max K I will here pretty soon when I have time for the social side setup. You can close.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Login w/ Ajax ModelWhoop whoop!!! Thank you so much! Solved
lol hey I really appreciate your help and time to offer this one!
I was all over the php’s but to scared to play with the js’es ??Forum: Plugins
In reply to: [WP Recipe Maker] RecomendationAh! Perfect link. Thank you it’s appreciated! – Shawn
Forum: Plugins
In reply to: [WooCommerce] Flat Weight ConfusionThanks a lot Caleb!
Your link is just what I’m looking for.Forum: Plugins
In reply to: [WooCommerce] Cart Adds x2Thanks for pointing me in the right direction Jolly. I’s much appreciated!
I had a snip in child functions that changed shortcode button add to cart to change text on out of stock items “read me” to read “out of stock” instead.
Removing old snip fixed the extra product adding issue.
Found an updated snip to change text on shortcode button add to cart.
To whoever wants the code is below. Kudos to who made this snip./*
* replace read more buttons for out of stock items in woo 2.5.1
**/
if (!function_exists(‘woocommerce_template_loop_add_to_cart’)) {
function woocommerce_template_loop_add_to_cart( $args = array() ) {
global $product;
if (!$product->is_in_stock()) {
echo ‘Out of Stock’;
}
else
{
$defaults = array(
‘quantity’ => 1,
‘class’ => implode( ‘ ‘, array_filter( array(
‘button’,
‘product_type_’ . $product->product_type,
$product->is_purchasable() && $product->is_in_stock() ? ‘add_to_cart_button’ : ”,
$product->supports( ‘ajax_add_to_cart’ ) ? ‘ajax_add_to_cart’ : ”
) ) )
);
$args = apply_filters( ‘woocommerce_loop_add_to_cart_args’, wp_parse_args( $args, $defaults ), $product );
wc_get_template( ‘loop/add-to-cart.php’, $args );
}
}
}
Forum: Plugins
In reply to: [WooCommerce] Cart Adds x2Sorry,
https://texasbutter.comForum: Plugins
In reply to: [WooCommerce Smart Sale Badge] READ THIS FIRSTWhat if WooCommerce Sale badge is showing and not your modified text?
Forum: Plugins
In reply to: [Jigoshop] RefundHi Marcin & Filip,
Thank you both!
I got my refund via PP.
Sorry to be so paranoid, “there is an excuse for everything” so I won’t.Good Day!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] lfd suspicious filesLady, I doubt you have a wife pussy.
Judging by your answer this code leaves a big hole for hackers.Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] Cache QuestionYes, but it was working couple days ago before request.
Thats when I voted 10/10.
Don’t login much :/Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] Cache QuestionIt’s working together on my other sites. Guessing it won’t when I mess with things ??
You had me at daily page views… ??
Had to search for my user/pass just to vote.