Westeros
Forum Replies Created
-
I had the same problem, the solution @teuslo provided resolved the issue!
Forum: Plugins
In reply to: [WooCommerce] Calculating Percentage of Total Cart Price with Shipping FeeIn case you didn’t make it, you should try this:
$cart_total = $cart_object->subtotal_ex_tax + $cart_object->shipping_total;Forum: Plugins
In reply to: [WP Post Popup] Modal not scrollingHello folks,
Is there any way to activate scrolling with keyboard up-down keys? That would be very usefull and user friendly!- This reply was modified 7 years, 5 months ago by Westeros.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Select Certain Days of the Week OnlyMe too! Would be an excellent functionality!
Forum: Plugins
In reply to: [Polylang] Translating Custom Post Type & Taxonomy SlugsI have a similar issue, can’t find a way to translate the custom post type name in permalinks:
example:
http://mywebsite.com/product/herbs-spices/
Where “product” is the custom post type name.
It remain the same, no matter i change the language..
Did you found a solution to this?