PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Cannot save design

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi

In the designer tab when I edit the design and save it, it is not saving.

Can you please help me with that?

I need to remove the flag adjust width etc.

Regards,

Hello

Are you sure you are pressing this button? - https://c2n.me/4faGPxe.png

What plugin version number are you using?

Hi Pablo

Ah okay. I was pressing the blue save changes button.

One more thing I need to ask I need to change the currency symbol from د.إ to AED.

I already did that in functions.php with this code

add_filter( 'woocommerce_currency_symbol', 'wc_change_uae_currency_symbol', 10, 2 );

function wc_change_uae_currency_symbol( $currency_symbol, $currency ) {
switch ( $currency ) {
case 'AED':
$currency_symbol = 'AED';
break;
}

return $currency_symbol;
}

 

And it is working. But when I activate the woocs this code didn't work. Might be there is some other hook if you can guide me?

Found it how to do thanks!

Great!  Welcome;)