madwear
Forum Replies Created
-
Forum: Plugins
In reply to: WP 4.5 redirect after logout not workingHi jkirker,
nope – unfortunately not. I’m good with this workaround though:
I have added a tabbed my-account versionn like this:
https://screencast.com/t/OIAr1AcZn3Everytime a user is logged in and views his account, he can logout with this link: “/customer-logout/”
It redirects him to the my-account page again where he can login again:
https://screencast.com/t/FFF8Up3D2GWorks just fine and nobody complained yet ??
Forum: Plugins
In reply to: [WooCommerce] PayPal cancelling – still redirects to "order-sucess"Yup – has something to do with that. I’ll contact the plugin support. Thanks!
Forum: Plugins
In reply to: [WooCommerce] PayPal cancelling – still redirects to "order-sucess"website: madwear.co
http auth:
user: test
pw: madwear3108system status:
### WordPress Environment ###Home URL: https://madwear.co
Site URL: https://madwear.co
WC Version: 2.5.5
Log Directory Writable: ?
WP Version: 4.5.1
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
Language: de_DE### Server Environment ###
Server Info: Apache
PHP Version: 5.6.19-nmm1
PHP Post Max Size: 200 MB
PHP Time Limit: 30
PHP Max Input Vars: 10000
SUHOSIN Installed: –
MySQL Version: 5.6.27
Max Upload Size: 200 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ?### Database ###
WC Database Version: 2.5.5
:
woocommerce_sessions: ?
woocommerce_api_keys: ?
woocommerce_attribute_taxonomies: ?
woocommerce_termmeta: ?
woocommerce_downloadable_product_permissions: ?
woocommerce_order_items: ?
woocommerce_order_itemmeta: ?
woocommerce_tax_rates: ?
woocommerce_tax_rate_locations: ?### Active Plugins (13) ###
Visual Composer Modal Popups: von Brainstorm Force – 1.4.3
iThemes Security: von iThemes – 5.3.6
Salient Visual Composer: von Michael M – WPBakery.com | Modified by ThemeNectar – 4.11.2
Loco Translate: von Tim Whitlock – 1.5.5
The Grid: von Themeone – 1.5.0
Vendidero Helper: von Vendidero – 1.1.0
Woo Visual Attributes Swatches: von ORION – 0.6
WC Ajax Add to cart – MAD Custom changes: von – 1.0
WooCommerce Germanized Pro: von Vendidero – 1.5.0
WooCommerce Germanized: von Vendidero – 1.6.2
WooCommerce: von WooThemes – 2.5.5
Yoast SEO: von Team Yoast – 3.2.4
YITH WooCommerce Customize My Account Page: von YITHEMES – 1.0.9### Settings ###
Force SSL: –
Currency: EUR (€)
Currency Position: right_space
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2### API ###
API Enabled: ?
API Version: 3.1.0### WC Pages ###
Shop-Basis: Die Sichtbarkeits-Einstellung der Seite muss “ver?ffentlicht” sein
Warenkorb: #13 – /warenkorb/
Kasse: #14 – /kasse/
Mein Konto: Seite enth?lt nicht den Shortcode: [woocommerce_my_account]### Taxonomies ###
Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)### Theme ###
Name: Madwear
Version: 1.0.0
Author URL:
Child Theme: ?
Parent Theme Name: Salient
Parent Theme Version: 7.0.8
Parent Theme Author URL: https://themenectar.com
WooCommerce Support: ?### Templates ###
Overrides: salient-child/woocommerce/cart/cart-empty.php
salient-child/woocommerce/cart/cart-item-data.php
salient-child/woocommerce/cart/cart-shipping.php Version 2.3.0 ist veraltet. Die Hauptversion ist 2.5.0
salient-child/woocommerce/cart/cart-totals.php
salient-child/woocommerce/cart/shipping-calculator.php
salient-child/woocommerce/checkout/form-billing.php
salient/woocommerce/checkout/form-checkout.php
salient-child/woocommerce/checkout/form-coupon.php
salient-child/woocommerce/checkout/form-login.php
salient/woocommerce/checkout/form-shipping.php
salient/woocommerce/checkout/review-order.php
salient-child/woocommerce/content-product.php Version 2.4.0 ist veraltet. Die Hauptversion ist 2.5.0
salient-child/woocommerce/content-single-product.php
salient-child/woocommerce/global/form-login.php
salient-child/woocommerce/global/quantity-input.php
salient/woocommerce/loop/add-to-cart.php
salient-child/woocommerce/myaccount/form-add-payment-method.php
salient-child/woocommerce/myaccount/form-edit-account.php
salient-child/woocommerce/myaccount/form-edit-address.php
salient-child/woocommerce/myaccount/form-login.php
salient-child/woocommerce/myaccount/form-lost-password.php
salient-child/woocommerce/myaccount/my-account.php
salient-child/woocommerce/myaccount/my-address.php
salient-child/woocommerce/myaccount/my-downloads.php
salient-child/woocommerce/myaccount/my-orders.php
salient-child/woocommerce/myaccount/view-order.php
salient-child/woocommerce/single-product/product-image.php
salient-child/woocommerce/single-product/tabs/description.php
salient-child/woocommerce/single-product/tabs/tabs.php
salient-child/woocommerce/single-product/title.php: Erfahre
wie du veraltete Templates aktualisierstForum: Plugins
In reply to: [WooCommerce] PayPal cancelling – still redirects to "order-sucess"Hi, yes – please see here:
https://screencast.com/t/xBKipdsb2KiEI haven’t set up the PayPal API yet and it is still running with Sandbox – maybe that is why? Or are there any possibilities in PayPal?
Thanks for your help.
Works just fine! Thanks a lot! ??
sorry i meant i have this code inserted in quantity-input.php:
if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <div class="quantity buttons_added"> <input type="button" value="-" class="minus"> <input type="number" step="<?php echo esc_attr( $step ); ?>" min="<?php echo esc_attr( $min_value ); ?>" max="<?php echo esc_attr( $max_value ); ?>" name="<?php echo esc_attr( $input_name ); ?>" value="<?php echo esc_attr( $input_value ); ?>" title="<?php echo esc_attr_x( 'Qty', 'Product quantity input tooltip', 'woocommerce' ) ?>" class="input-text qty text" size="4" /> <input type="button" value="+" class="plus"></div> </div>
——— EDIT ————-
It works now – I had to add some jQuery:
jQuery(document).ready(function($){ $('.quantity').on('click', '.plus', function(e) { $input = $(this).prev('input.qty'); var val = parseInt($input.val()); $input.val( val+1 ).change(); }); $('.quantity').on('click', '.minus', function(e) { $input = $(this).next('input.qty'); var val = parseInt($input.val()); if (val > 0) { $input.val( val-1 ).change(); } }); });
Thanks for your help!
Hi,
yes I have added this to my quantity-input.php:
<div class="quantity buttons_added"><input type="button" value="-" class="minus"> <input type="number" step="1" min="0" max="22" name="cart[f3001defbd34a0b09741cbffd2a2c317][qty]" value="1" title="Menge" class="input-text qty text" size="4"> <input type="button" value="+" class="plus"></div>
The qty buttons are displayed now but unfortunately they don’t react after clicking. ?? Do you have an idea?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Cart templateSorry to bother again – you mean this shortcode
<?php echo do_shortcode('[woocommerce_cart]'); ?>
or
[woocommerce_cart]
as a shortcode inside e.g. domain.com/cart ?Thanks!
Forum: Plugins
In reply to: [WooCommerce] Disable update cart button until changes were madeHi again,
My add to cart button for example is disabled as long as no variable is chosen: https://screencast.com/t/oM7OiBxjT80T
I’d like to see the same effect for the “update cart”-button. It should only be clickable when there have been some changes to the cart (e.g. quantities changed etc.).
Because this change of views of the cart inside my “side-cart” tells me that this has something to do with the templates. The cart.php-template of my child theme is different to the original woocommerce/templates/cart/cart.php file.
Forum: Plugins
In reply to: [WooCommerce] Hide coupon box on checkout page if a coupon is already appliedsounds good. excited for the new checkout experience.
Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Hide coupon box on checkout page if a coupon is already appliedHi,
I am talking about this:
https://screencast.com/t/R7cw2PnKgQ9After entering the coupon, the banner is still visible and I’d like it to disappear after a coupon was successfully applied.
Forum: Plugins
In reply to: [WooCommerce] Translate search resultsOkay, already thought so.
Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Hide coupon box on checkout page if a coupon is already appliedHi Mike,
I have installed WC 2.5.5.
Is it a matter that maybe my Child Theme templates aren’t up to date?
Please See the Link:
madwear.co [ redacted, do not put user ID and passwords in these forums ]Thanks
Forum: Plugins
In reply to: [WooCommerce] Registration Form in checkout processThanks again! ??