Home › Forums › Basel support forum › WooCommerce update
WooCommerce update
- This topic has 14 replies, 2 voices, and was last updated 7 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
November 16, 2017 at 12:08 pm #24418
GiulioParticipantHi there,
I need a suggestion about WooCommerce. I’m still using Basel 3.1.0 and WooCommerce 3.0.5 with WP 4.7.7. I need an urgent update to last version of WooCommerce (because the field subject of WooCommerce mails results empty). So I would ask if updating to WooCommerce 3.2.3 could cause some problems with Basel 3.1.0. I know that be better update also Basel, but I can’t do it right now.
Many thanks!
November 16, 2017 at 12:33 pm #24422
Artem TemosKeymasterHello,
If you want to update WooCommerce to the latest version you will need to update our theme too. Since our 3.1 version was not compatible with the latest version of WooCommerce plugin.
Regards
November 16, 2017 at 12:41 pm #24424
GiulioParticipantIn that case is better start uploading with Basel or WooCommerce?
November 16, 2017 at 2:17 pm #24428
Artem TemosKeymasterIt doesn’t matter. Try to update WooCommerce firstly.
November 18, 2017 at 11:54 am #24600
GiulioParticipantI uploaded WooCommerce and then Basel. I hadn’t any problems, so thank you very much. Before I had modified some strings of code inside shortcode.php
if( $subtitle != '' ) { $output .= '<h2 span class="title-subtitle font-'. esc_attr( $subtitle_font ) .'">' . $subtitle . '</h2>'; }
And
$output .= '<div class="liner-continer"> <span class="left-line"></span> <h1 span class="title" ' . $gradient_style . '>' . $title . $separator . '</h1> <span class="right-line"></span> </div>';
No problem for first part. But the second it changed in this the last version of Basel. It will be right like this?
$output .= '<div class="liner-continer"> <span class="left-line"></span> <h1 span class="title" '. $tag .' '. $gradient_style . '>' . $title . $separator . '</'. $tag .'</h1> <span class="right-line"></span> </div>';
Thank you.
November 18, 2017 at 12:42 pm #24606
Artem TemosKeymasterIf you want to modify it, better to leave as it was modified in the previous version.
November 18, 2017 at 12:45 pm #24608
GiulioParticipantWhat’s $tag?
November 18, 2017 at 1:11 pm #24609
GiulioParticipantOh no, menu is not more working on mobile. I really don’t know why. I haven’t this problem before the update to last version of Basel.
November 18, 2017 at 4:20 pm #24618
GiulioParticipantDo not worry about last question. I solved the issue!
November 18, 2017 at 5:19 pm #24625
Artem TemosKeymaster$tag
is a new parameter for this element added in the latest update. It is not a required one for you.November 19, 2017 at 10:17 am #24652
GiulioParticipantThank you!
November 19, 2017 at 11:16 am #24653
GiulioParticipantOps, I got another issue with last update. “Username” showed inside “My account” is not right. Why? “winniebrazenor” is another registered customer. Many thanks!
Attachments:
You must be logged in to view attached files.November 19, 2017 at 2:21 pm #24670
Artem TemosKeymasterCould you provide us this account access so we can check it?
November 19, 2017 at 4:58 pm #24678
GiulioParticipantNow it works. LOL? I had already cleaned the cache.
November 19, 2017 at 8:15 pm #24693
Artem TemosKeymasterSeems to be a cache issue 🙂
-
AuthorPosts
- You must be logged in to create new topics. Login / Register