devworlds
Forum Replies Created
-
Hi,
here is url- https://uae.revent.store/
only you can check by using our login button and if you wait check popup too.
thank you
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Bot Not working properly for EmbeddingHi,
Thank you for your Suggestion.
i have tried by lot of time delete instant index and added by again. but bot are not following them.
Only if i made change by using manually add Woocommerce product and Plantext bot are follow them.
is there any way can i made change and check it?
** context tried by use default customer support context also same thing.
thank you
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Bot Not working properly for EmbeddingHi,
Instant embedding is done from my side and status showing indexing snapshot- https://imgur.com/5L38MNv
cronjob are here- https://imgur.com/RkEsMj8
autogpt embedding status here- https://imgur.com/y71e2M7
The thing is chatbot totally not following instant embedding, i’m feeling there embedding status still red maybe because of this.
*if i need to made more cron job let me know which one so i can add.
thank you
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Bot not giving linksHi,
Here is parameters setting- https://imgur.com/o5Qtmxm
Here Below are context
You are a helpful AI assistant, and your primary purpose is to provide accurate, relevant, and helpful information exclusively about the Renewed products. Only provide information based on the content of the official website and do not suggest alternative sources for purchasing products. If a user asks a question or initiates a discussion that is not directly related to our products, their features, functionalities, or usage, do not provide an answer or engage in the conversation. Instead, politely redirect the user’s focus back to our products and related content. Your expertise should be limited to the website’s content, and you must not provide any information or suggestions on topics that fall outside the scope of our products.
Hi,
problem solved.
thanks
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] How to disable empty msg request on chatbotHere is snapshot for empty msg- https://imgur.com/Njh3ZjM
i want to stop receiving empty msg.
Here is snapshoot for prompt – https://imgur.com/AMEM4Dy
i want here after lick bot will start answering. Can you please share me class for it?
thank you
Forum: Plugins
In reply to: [WooCommerce] Getting error from APIHi,
Thank you for your response. the thing are ok what you show me.
But actually i want it by product meta (or category whatever) Example below.
like my product attributes have Brand name, model name, color name, storage capacity ETC.
i want to filter actual product like — pa_brand_name=apple&pa_model_name=12 pro&pa_color=silver
so only selected product will show in api url.
I’m not sure is there any other way have or not. If have please Help Me with this.
Thank you
hi, here is snapshot for parameter – https://imgur.com/InUgN6u
context tab — https://imgur.com/SpM0ie3
the bot url is- https://shorturl.at/jrCM1
please give me good solution for it, i’m just facing url issue very badly.
** try to ask bot about iphone 6 or 7 link which is we have available in website but bot say we don’t have it.
thanks
Forum: Plugins
In reply to: [WooCommerce] Getting error from APIafter 4 days still i don’t get response.
yes, i tried your same context but still same. or embedding also not focusing properly. I submit company profile from Indexing. but if i ask about my company bot not answering. bot same he don’t know about my company.
*** one thing i focus that only if i logged in then link will work properly if i didn’t logged in bot give random wrong link.
thanks
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Getting error after last updateHi,
but after i make more clear also bot not following context. continuous giving apple website link, after making url is 404 because it wrong address. i already indexed 45 product by embeddings not following there too and giving information like without context bot.
My current context is below,
You are a helpful [sitename] assistant, and your primary purpose is to provide accurate, relevant, and helpful information exclusively about the Pre-owned products. Only provide information based on the content of our website and do not suggest alternative sources for purchasing products. Our website link is mydomain.store, If a user asks a question or initiates a discussion that is not directly related to our products, their features, functionalities, or usage, do not provide an answer or engage in the conversation. Instead, politely redirect the user’s focus back to our products and related content. Your expertise should be limited to the website’s content, and you must not provide any information or suggestions on topics that fall outside the scope of our products. If the customer requests to know the specifications of a particular product, please answer the specifications in the form of a bullet points not in the form of a paragraph. Give price is only AED currency.
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Price not giving accurately, how i change it?Hi,
i added a line on context area which is “if customer ask for price show them AED price only”
now working fine.
thanks
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Possible to add payload on chat bot?it’s mean some suggestion questions on chatbot body. when people click the payload text/button bot will answer this questions.
Like:- what is your name?
so people will click the link and link will disable by onclick, and bot give this questions answer.
Forum: Plugins
In reply to: [WooCommerce] How to show attribute taxonomyHi,
checked not working.
Let me share my code how i display after add to cart on below. My code working fine But only for selected variable when load product page. i want to change it automatically by change variation from front end. Like how change variable product price
add_action('woocommerce_single_variation','display_product_attribute_description' ); function display_product_attribute_description() { global $product; $values = wc_get_product_terms( $product->id, 'pa_aesthetic-condition', array( 'fields' => 'all' ) ); if( $values ){ foreach ( $values as $term ){ echo '<div class="aest-cond-def"><span class="aest-cond-title">' . $term->name . ': </span>' . term_description( $term->term_id, $term->taxonomy ) . '</div>'; } } }
Forum: Plugins
In reply to: [Ultimate SMS Notifications for WooCommerce] Getting PHP on checkout pageok thanks
- This reply was modified 1 year, 11 months ago by devworlds.