mypowerlogo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Nova Poshta for WooCommerce (WordPress)] сообщение об ошибкеPHP 8
this modification is even better, it removes unnecessary tags from the description:
$product_data['raw_description'] = mb_substr(strip_tags($product_data['raw_description']), 0, 5000);
this code caused the same error, but i found a solution(mb_substr):
$product_data['description'] = mb_substr($product_data['description'], 0, 5000);
it worked and then I applied the changes on line 2457 which worked as you intended:
$product_data['raw_description'] = mb_substr($product_data['raw_description'], 0, 5000);
thanks for telling me where to look. I think my experience will be useful for other people as well.
I know I need to use the code:
$description=substr($description,0,4500);
But I don’t know where to insert it- This reply was modified 3 years, 7 months ago by mypowerlogo.
can you tell me the PHP code so that I can change the length of the description parameter in the feed?
if i select this item(“Unfiltered product description”) i see an error.
This page contains the following errors: error on line 75 at column 1732: Encoding error Below is a rendering of the page up to the first error.
Message in google merchant center:
Item size is too largeFor some products, the feed has too many attributes or is too large. They will be skipped.
Forum: Plugins
In reply to: [Plugin Nova Poshta for WooCommerce (WordPress)] Убрать звездочки с полейСпасибо
Forum: Plugins
In reply to: [Plugin Nova Poshta for WooCommerce (WordPress)] Убрать звездочки с полейспасибо, буду ждать
Forum: Plugins
In reply to: [Plugin Nova Poshta for WooCommerce (WordPress)] Убрать звездочки с полейтогда как установить хоть какой-то город по умолчанию, чтоб клиенту была возможность сделать заказ?
Forum: Plugins
In reply to: [Plugin Nova Poshta for WooCommerce (WordPress)] Убрать звездочки с полейпод методом доставки
К разработчику: попробуйте в фильтре указывать отображение в верху списка результаты без символа “(” все райцентры имеют скобки, думаю результат будет приемлемым.
- This reply was modified 4 years, 11 months ago by mypowerlogo.