kellyta_p
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Mayor problems: Empty cart and guest users can′t shop (URGENT)Hi!!. you’re absolutely right!! … the cart works like a charm, but now we need a button to clear cart :S … do you have something like that??
Thanks a lot!!
Forum: Plugins
In reply to: [WooCommerce] Mayor problems: Empty cart and guest users can′t shop (URGENT)We already ask to the server … they dont’t work with caché services of any kind. The server is located here in Chile. In the other hand, it seems like the issue is coomon … i’ve read a couple of post with the same issue. Nobody can’t resolve it yet ??
Forum: Plugins
In reply to: [WooCommerce] Mayor problems: Empty cart and guest users can′t shop (URGENT)Hi again:
no, we try again and it’s not working at all.When you add products from the single product page, the’s not problem. When you do it from home page, or category page, it’s when appears that the product is added to the cart, but remains empty. This happens when you add for first time a product, after that ther?es no problem either. I have screen for that in this url: https://postimg.org/image/w8vd2zijd/
We can resolve the problem and it’s a very common issue.
Help!!! please ??
Forum: Plugins
In reply to: [WooCommerce] Mayor problems: Empty cart and guest users can′t shop (URGENT)Hi again:
from the front page there’s no problem at all. From the product detail there’s no problems either.
The problem is when a guest add products from Product Category Pages. For example, from this page:
https://www.ruemprende.cl/categoria-producto/decohogar/There’s when appears a message like: “your product have been added to your cart”, but the cart remains empty.
Thanks again
Forum: Plugins
In reply to: [WooCommerce] Mayor problems: Empty cart and guest users can′t shop (URGENT)Hi again …
it’s not a problem of plugins. We already checked that.
The problem it’s generated by the woocommerce templates that have an older version :(. We erase that files and now works fine.But the other issue only happens when the guest add product from category pages. When one product it’s selected from it’s details, there’s no problem at all. Can you verify that please?
Thanks a lot!!
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Result list say "Search results for — " "Hi!:
I need to show the search results in several pages, bur with different code structure in each page. I mean, for example, in one page it shows in a table, in another like a list, etc. The problem with the uwpqsf_result_tempt filter is that I can’t make it work with conditions, like:if (is_page('example')){ // shows a table }elseif(is_single()){ // shows a list }
so, how can I customize the filter??
Thanks a lot!!Forum: Plugins
In reply to: [WP Query Search Filter] Display results on specific templateHi:
well, I try with put directly the code with conditional statement between<?php if($_GET['s'] == 'wqsf09be82574' ) { ;?> <?php }?>
.
Then, I try put the code in another template and make the call with “locate_template”, but nothing works, and the regular search works perfectly ??Forum: Plugins
In reply to: [WP Query Search Filter] Display results on specific templateHi:
I can’t resolve this. I need a different template for search results with this plugins, but when I use the code that you get:
<?php if($_GET[‘s’] == ‘wqsf09be82574’ ) { ;?>
The search results page don’t shows any result at all.
Thanks