coffeedog
Forum Replies Created
-
Thanks for the reply. So it can’t be done? Only in Pro?
Forum: Plugins
In reply to: [GoPay for WooCommerce] BRICKS + GOPAY nefungujeděkuji za reakci.
Všechny komponenty mám aktuální:
- WordPress, WooCommerce i Bricks builder jsou v poslední verzi
- plugin GoPay používám ve verzi 1.0.28
Checkout mám vytvořený přes Bricks (WooCommerce builder) – nepoužívám klasický shortcode ani blokový checkout.
Popis problému:
- GoPay se v checkoutu normálně zobrazuje a lze jej vybrat
- po kliknutí na tlačítko „Odeslat objednávku“ se objednávka standardně vytvoří
- ale nedojde k přesměrování na platební bránu GoPay
- zákazník skončí rovnou na stránce „Děkujeme za objednávku“
👉 Můžete si to prosím ověřit i u vás testovací objednávkou – GoPay se vůbec nevyvolá (nedojde k inicializaci platební brány).
Z konzole prohlížeče nevidím žádnou relevantní JS chybu (pouze warning bez souvislosti s checkoutem).
Vypadá to tedy, že checkout vytvořený v Bricks nepoužívá standardní WooCommerce checkout flow (AJAX), které plugin GoPay očekává pro inicializaci přesměrování.
Forum: Plugins
In reply to: [GoPay for WooCommerce] BRICKS + GOPAY nefungujeOtazka jestli není problem tady
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] translateneed – items you may be interested in
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] translate@matusv Where did you find the chain?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] translateThanks, I want the Czechia version, and as a beginner, I don’t know how to download and convert it.
https://translate.ww.wp.xz.cn/projects/wp-plugins/customer-reviews-woocommerce/stable/cs/default/
Forum: Plugins
In reply to: [Load More Products for WooCommerce] bricks – ajaxI uninstalled the plugin because the generation shown at the bottom of the image never finishes—i.e., the e-shop is then inoperable. How should I proceed?
https://www.allseeds.cz/wp-content/uploads/2025/12/Bez-nazvu.png
I also hate that I can’t set up the use of the widget because I have a mobile menu and it’s annoying.
I used this code:
add_action( ‘wp_footer’, function() {
if ( \is_checkout() || \is_cart() ) {
return;
}
echo do_shortcode( ‘[aipkit_chatbot id=210484]’ ); ?><script> document.addEventListener("DOMContentLoaded", () => {setTimeout(() => {
const botId = 210484;
const container = document.querySelector(#aipkit_popup_wrapper_${botId});
if (!container) return;
const cContainer = document.querySelector(#aipkit_chat_container_${botId});
cContainer.addEventListener(“aipkit:messageReceived”, function(){
localStorage.setItem(‘chatConversationUUID’, window.aipkit_current_conversation_uuid);
})const jsonData = container.getAttribute("data-config"); const data = JSON.parse(jsonData); const chatContainer = document.querySelector(".aipkit_chat_messages"); if ( window.aipkit_current_conversation_uuid ) { data.conversationUUID = window.aipkit_current_conversation_uuid; sessionStorage.setItem("aipkit_current_conversation_uuid", window.aipkit_current_conversation_uuid ); } else { const convsUUID = localStorage.getItem('chatConversationUUID'); if ( convsUUID ) { data.conversationUUID = convsUUID; sessionStorage.setItem("aipkit_current_conversation_uuid", convsUUID ); } } aipkit_frontendApiRequest( "aipkit_get_conversation_history", { ...data, conversation_uuid: data.conversationUUID }, data ).then((response) => { if ( response.history && Array.isArray(response.history) && response.history.length > 0 ) { let messagesHtml = ""; response.history.forEach((message) => { messagesHtml += ` <div class="aipkit_chat_message aipkit_chat_message-${ message.role === "user" ? "user" : "bot" }" id=${message.message_id} data-message-id=${message.message_id}> <div class="aipkit_chat_bubble" data-raw-text="${ message.content }">${window.aipkit_md.render(message.content)}</div> </div> `; }); chatContainer.innerHTML = messagesHtml; } });}, 1000);
});</script><?php ;
} );What do you mean?
Forum: Plugins
In reply to: [GoPay for WooCommerce] Nejde přeložitDobry den, použivám právě loco na překlad a ve woocomerce tuhle frázi nemůže najit.
Frazi jsem dohledal v go-pay kde se nedaří přeložit
další informace : https://ibb.co/3fqB9Jb
Dobry den, děkuji za odpověď pomohlo to.
ještě bojuji s přemístění pozice tady :
vaše varianty jsem zkusil všechny a nic nevypadá korektně
Forum: Plugins
In reply to: [WooCommerce] Woocomerce the cash register is not workingsolved :
Forum: Plugins
In reply to: [WooCommerce] Problem with payment in checkout jamthe error was with the hosting provider (firewall)
Forum: Plugins
In reply to: [WooCommerce] Problem with payment in checkout jamHello, Coffeedog,
Upon conducting a thorough examination, we have tested your website with the Storefront theme activated. Unfortunately, the issue you reported continues to persist, as evidenced by the screenshot provided here: https://prnt.sc/sO7sB2Iw3mGu.