thedareback
Forum Replies Created
-
Hello, thanks for the quick response. Using CS helped, can you please tell me what exactly the CS checkbox does?
Well thank you
Hello, I tested it but the empty space doesn’t work for me. So I replaced it with a thong, which I wanted to have there anyway, and it works perfectly. However, the problem is that if this rule was applied, the original name starting with an uppercase letter now starts with a lowercase letter. How can this bug be fixed please?
Filters screen -> https://prnt.sc/r-yIZXIaycHu
Fileds screen -> https://prnt.sc/Pd-zA0kSqXfg// EDIT
Not just the first word, start with a lowercase letter. But also other words, where there was originally a uppercase letter, is now replaced by a lowercase letter.
Comparison screen -> https://prnt.sc/fwae8K2QqCWF
- This reply was modified 1 year, 5 months ago by thedareback.
All I need is to delete string “A4 (210×297 mm)” from the title. And that on all products in the feed.
Screenshot -> https://take.ms/HsUe3
Is there any option for this?
Thank you for your extremely fast support. You are great!!
Brilliant, everything works! ?? Well thank you
Forum: Plugins
In reply to: [Packeta] Nemo?nos? vyberu dopravy po aktualizáciíDo mailu som poslal aj log
Forum: Plugins
In reply to: [Packeta] Nemo?nos? vyberu dopravy po aktualizáciíPosielam log
490: } 491: return self::$blueScreen; 492: } 493: 494: 495: public static function getBar(): Bar 496: { 497: if (!self::$bar) { 498: self::$bar = new Bar; 499: self::$bar->addPanel($info = new DefaultBarPanel('info'), 'PacketeryTracy:info'); 500: $info->cpuUsage = self::$cpuUsage; 501: self::$bar->addPanel(new DefaultBarPanel('errors'), 'PacketeryTracy:errors'); // filled by errorHandler() 502: } 503: return self::$bar; 504: }
a
- …/src/PacketeryTracy/Debugger/Debugger.php:251 source PacketeryTracy\Debugger::getBar ()
- …/src/PacketeryTracy/Debugger/Debugger.php:226 source PacketeryTracy\Debugger::dispatch ()
- …/bootstrap/src/Bootstrap/Configurator.php:197 source PacketeryTracy\Debugger::enable (arguments)
- …/bootstrap/src/Bootstrap/Configurator.php:210 source PacketeryNette\Bootstrap\Configurator->enablePacketeryTracy (arguments)
- …/wp-content/plugins/packeta/bootstrap.php:27 source PacketeryNette\Bootstrap\Configurator->enableDebugger (arguments)
- …/wp-content/plugins/packeta/packeta.php:37 source require (arguments)
- …/www8/p8274/dolope.sk/web/wp-settings.php:453 source include_once (arguments)
- …/www8/p8274/dolope.sk/web/wp-config.php:102 source require_once (arguments)
- /var/www8/p8274/dolope.sk/web/wp-load.php:50 source require_once (arguments)
- …/p8274/dolope.sk/web/wp-blog-header.php:13 source require_once (arguments)
- /var/www8/p8274/dolope.sk/web/index.php:17?source??require?(arguments)
Posielam aj screen: https://take.ms/cLRbl
Forum: Plugins
In reply to: [Packeta] Nemo?nos? vyberu dopravy po aktualizáciíDobry deń po pridaní tychto riadkov som dostal chybu:
https://take.ms/f8KN7Ako v admine, tak aj na frontende.
Forum: Plugins
In reply to: [Packeta] Shortcode pre tracking numberPokojne si to nahodím aj napriamo do template e-mailu, poprípade do webu cez hook. Av?ak neviem ani na základe kódu prís? nato ako dopytovat
getPacketId()
priamo v kóde, nako?ko mi to hád?e chybu.Forum: Plugins
In reply to: [Packeta] Nezobrazuje odkaz na vyber odberného miestaDobry deň, @kovalmatyas.
Ospravedlňujem sa, ?e som neodpovedal, ale správy mi padali do spamu. Ka?dopádne v?etko je od poslednej aktualizácie v poriadku a hlavne funk?né.
Ste super ??
Forum: Plugins
In reply to: [Packeta] Nezobrazuje odkaz na vyber odberného miestaDobry deň @kovalmatyas máte pravdu problém zmizol po pre?istení cache. Zatia? vyzerá, ?e je to plne funk?né ??
Dám v?ak aktualizáciu po pár dňoch, ?i nenastáva problém, ktory spomína @vinylclock
?akujem ve?mi pekne za promptné rie?enie problému.Forum: Plugins
In reply to: [Packeta] Nezobrazuje odkaz na vyber odberného miestaDobry deň @kovalmatyas, ?akujem za info. Teraz to ?ia? vypadá e?te hor?ie a to – nedá sa mi ani zvoli? konkrétnu dopravu packety (mám zapnuté vydajne miesto + packeta home kurier pre SK a CZ). Ak si vyberiem v checkoute ?i u? slovensko, alebo ?esko, tak mi neposkytne mo?nos? vyberu. Screenshot: https://take.ms/X52LF
Hello @sebd86
please, is there any method to which I would pull out this custom data specifically?
I mean something like this:
foreach ( $order->get_items() as $item_id => $item ) { $custom_data = $item->get_custom_data(); }
Thanks
- This reply was modified 2 years ago by thedareback.
- This reply was modified 2 years ago by thedareback.
- This reply was modified 2 years ago by thedareback.
- This reply was modified 2 years ago by thedareback.
Or to simplify it.
1. I want to create a product, e.g. gold bracelet with product ID 32.
2. There will be no add to cart button on the product page, but Configure It instead.
3. After clicking the Configure button, the user will be redirected to the React page, where he can choose the exact shape of the bracelet, select the font for engraving, enter the text for engraving.
4. After confirming the configuration, a function will be called which, with the help of cocart, will add the product with ID 32 to the cart.
// However, here I would like to pass the bracelet shape, engraving font and engraving text. I would like to see this data in the order with the product so that I can instruct production based on the customer’s preference.Thanks for reply.
I have native woocommerce site, but I need to write a react configurator that will react to user inputs. After filling in all the necessary inputs, I wanted to send this data together with the product to the cart. That’s why I thought that it would be good to use your custom data for this particular case. Subsequently, I will simply place an order and expect to see this data somewhere. (Based on this data, I produce personalized products).
The problem is that I can’t see this data anywhere. I don’t see them in the database, I don’t see them in the order. Where is this data stored please?`