Digital experiences for all disciplines
Forum Replies Created
-
-
Hi support,
I have updated woocommerce, as well as the theme-
the problem persists! For example:
http://www.testlust.nl/product-categorie/krattenshop/show’s the breadcrumb as a blog page, and sidebar isn’t displaying either!
Hi
Been fiddling around with my shop base settings etc. And noticed the breadcrumbs indicate my shop-archive as a child of blog (for example http://www.testlust.nl/product-categorie/krattenshop/)! Fiddling around with the permalinks didn’t help, but I expect this is the reason the layered nav isn’t working. Could you please have a look at fixing this issue!
I moved my testing enviroment from studioenigma.nl/dorstlust to testlust.nl. The login i previously sent you is still active on this testing enviroment
Thanks
Hi Kyle,
I set the sidebars through Theme Options > WooCommerce, but it still doesnt show any sidebars.
For testing purposes I just both sidebars, Being sidebar 2 and WooCommerce sidebar.Thanks
This reply has been marked as private.exactly what i was looking for. Thanks!
update_option(‘yith_wcwl_wishlist_page_id’, ‘9580’ );
for some reason the ‘ was messed up, but works now
Thanks!
How’d you do it, i have a local install with the same issue…?
hero!
Wishlist tab says:
Enable all plugin features. Be sure that the wishlist page is selected in WooCommerce > Settings > Pages.
There is no such thing as WooCommerce > Settings > Pages though, is there?
Hi Mohammad,
I managed to partially fix this issue, by defining the cart and checkout pages under:
WooCommerce > Settings > CheckoutThe problem persists with the wishlist though.
Thanks
Hi Mohammad,
Didn’t work, as i expected because the pages weren’t missing, the dropdown is just not displaying the correct link (didn’t change anything in the dropdown code).
it is possible to browse directly to the pages, for example:
http://www.studioenigma.nl/xsarchitecture/cart/Any other ideas? I have had this problem since the install.
Hi Mohammad,
if you browse to the site, and in either the bag dropdown or wishlist dropdown click any link. They don’t work (for example proceed to check-out).
thanks
That did the trick! Maybe an idea to add this information to the knowledgebase?
great job Mohammad
also, it would be great if you could take a look at my question:
http://support.swiftideas.net/forums/topic/shopping-bag-and-wishlist-wrong-links/
thanks!
In themes/neighborhood./… I have replaced the original code in sf-header with:
$cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping cart", "swiftframework").'"><i class="sf-cart"></i>'.$cart_count_text.'</a>';
in neighborhood child there is no such file (only style.css and functions.php), so i dont exactlye understand what you mean by:
Please open to edit sf-header.php line 695 at /wp-content/themes/neighborhood/includes/swift-framework/sf-content-display/ and sf-header.php line 695 at /wp-content/themes/neighborhood-child/
in sf-woocommerce.php i replace the original code (line 27) with:
function sf_product_items_text($count) { $product_item_text = ""; if ( $count > 1 ) { $product_item_text = str_replace('%', number_format_i18n($count), __('(%)', 'swiftframework')); } elseif ( $count == 0 ) { $product_item_text = __('(0)', 'swiftframework'); } else { $product_item_text = __('(1)', 'swiftframework'); } return $product_item_text; }
anything i’m doing wrong here?
Regards
-