karthik471
Forum Replies Created
-
Hi,
I checked the Link : https://uk.riiffsperfumes.com/contact-test/ in some other network. It was working fine. So maybe it was a network issue.
But even if we consider it as a network issue, then why only captcha from forminator forms is not visible but captcha from other form is showing?
Please check this issue and resolve it as soon as possible.Thanks
Hi,
Currently there are 2 form :
1.Newsletter form : at the bottom, just above the footer, click Sign Up button.
2.In the cart page : Add some products to the cart and go to cart page. Click on Send Enquiry Button
The issue usually occurs on the home page most of the times. If you click the Newsletter form from any other page, it will show the form, but the form get hidden in the home page. An inline CSS of display:none is added automatically.
Please check this issue as soon as possibleThanks
Forum: Plugins
In reply to: [Product Filter by WBW] Product Category Not Working ProperlyIts Urgent . Please resolve this issue as soon as possible.
Thanks;
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Bestselling TagHi ,
Please this code
public static function get_conditions() {
return array(
//PRODUCTS
'condition_product' => array('save' => 'save_condition_product', 'func' => 'check_condition_product', 'type' => 'product', 'name' => __('Product', 'BeRocket_domain')),
'condition_product_sale' => array('func' => 'check_condition_product_sale', 'type' => 'sale', 'name' => __('On Sale', 'BeRocket_domain')),
'condition_product_bestsellers' => array('func' => 'check_condition_product_bestsellers', 'type' => 'bestsellers', 'name' => __('Bestsellers', 'BeRocket_domain')),
'condition_product_price' => array('func' => 'check_condition_product_price', 'type' => 'price', 'name' => __('Price', 'BeRocket_domain')),
'condition_product_stockstatus' => array('func' => 'check_condition_product_stockstatus', 'type' => 'stockstatus', 'name' => __('Stock status', 'BeRocket_domain')),
'condition_product_totalsales' => array('func' => 'check_condition_product_totalsales', 'type' => 'totalsales', 'name' => __('Total sales', 'BeRocket_domain')),
'condition_product_category' => array('func' => 'check_condition_product_category', 'type' => 'category', 'name' => __('Category', 'BeRocket_domain')),
'condition_product_attribute' => array('func' => 'check_condition_product_attribute', 'type' => 'attribute', 'name' => __('Product attribute', 'BeRocket_domain')),
'condition_product_age' => array('func' => 'check_condition_product_age', 'type' => 'age', 'name' => __('Product age', 'BeRocket_domain')),
'condition_product_saleprice' => array('func' => 'check_condition_product_saleprice', 'type' => 'saleprice', 'name' => __('Sale price', 'BeRocket_domain')),
'condition_product_regularprice' => array('func' => 'check_condition_product_regularprice', 'type' => 'regularprice', 'name' => __('Regular price', 'BeRocket_domain')),
'condition_product_stockquantity' => array('func' => 'check_condition_product_stockquantity', 'type' => 'stockquantity', 'name' => __('Stock quantity', 'BeRocket_domain')),
'condition_product_featured' => array('func' => 'check_condition_product_featured', 'type' => 'featured', 'name' => __('Featured', 'BeRocket_domain')),
'condition_product_shippingclass' => array('func' => 'check_condition_product_shippingclass', 'type' => 'shippingclass', 'name' => __('Shipping Class', 'BeRocket_domain')),
'condition_product_type' => array('func' => 'check_condition_product_type', 'type' => 'product_type', 'name' => __('Product Type', 'BeRocket_domain')),
'condition_product_rating' => array('func' => 'check_condition_product_rating', 'type' => 'product_rating', 'name' => __('Product Rating', 'BeRocket_domain')),
//PAGES
'condition_page_id' => array('func' => 'check_condition_page_id', 'type' => 'page_id', 'name' => __('Page ID', 'BeRocket_domain')),
'condition_page_woo_attribute' => array('func' => 'check_condition_page_woo_attribute', 'type' => 'woo_attribute', 'name' => __('Product Attribute', 'BeRocket_domain')),
'condition_page_woo_search' => array('func' => 'check_condition_page_woo_search', 'type' => 'woo_search', 'name' => __('Product Search', 'BeRocket_domain')),
'condition_page_woo_category' => array('func' => 'check_condition_page_woo_category', 'type' => 'woo_category', 'name' => __('Product Category', 'BeRocket_domain')),
);
}file path : berocket\includes\conditions.php line no. 82
I had searched my theme but could not able to find it.
Yes, the plugin is updated to the recent version.
Currently the error in shown in the console of every front end page of the website.
Check the image for more details : https://www.imghippo.com/i/bAa761718862858.jpg
Hi,
Currently I had created a radio button for roles. My problem is that these value of the radio button is not saved in the user panel. It should be checked to whatever is the value that the user has selected during the registration. But it is showing as unchecked. Similarly with the user id, it should show the value that the user has entered, but right now it is blank.
Forum: Plugins
In reply to: [WooCommerce] Issue with Rest API IntegrationHi,
We haven’t got any reply from your end
Please check this issue and respond it as soon as possible.
Thanks
Forum: Plugins
In reply to: [Google for WooCommerce] upload bulk Gtin number to the productHi,
just let me try it and revert back to you. Till then keep this thread as unresolved
Thanks
Forum: Plugins
In reply to: [Google for WooCommerce] upload bulk Gtin number to the productHi,
I imported the csv file, when checked I found 3 meta columns with name gtin. Out of which there are no data in the 2 columns while one column has few data in the format ‘field_656ec97950867’.
here is the list of that columns
1.Meta: _gtin_number
2.Meta: gtin_number
3.Meta: _wc_gla_gtin
Can you please tell me in which column I should update the gtin number for bulk changes.
Thanks
Forum: Plugins
In reply to: [Advanced Woo Search] index product has stopped workingHi,
Yes, I tried to enable the debug mode option, but nothing is shown there.
Also I am trying with Sync table off settings only. No difference. Something is preventing it from database entry. Please check the screenshot attached of the console results that is showing on clicking reindex table , you will get an idea what can be the issue.
Previously It completely stopped after indexing 3000 products. I reinstalled the plugin once again , but now it in not able to reindex even 50 products
Please check this issue as soon as possible.
Thanks
Forum: Plugins
In reply to: [Advanced Woo Search] index product has stopped workingHi,
I haven’t got reply to this yet, I am trying from the last few days .tried debugging but nothing related to this plugin is shown.
Deleted the plugin and installed it once again. now i am not able to index product beyond 27. It takes usually too long to even update 1 product.
I request to please look into this issue urgently
Thanks
Check the Screenshot attached for getting the console results
https://www.awesomescreenshot.com/image/46338349?key=99c7b9a05abad0da8caa92df5fea6399
- This reply was modified 1 year ago by karthik471.
https://www.transfernow.net/en/dld?utm_source=20240115Sin6EoB6
Please refer the above link for System Report
It happens when an user tries to pay using Razorpay UPI or wallet
It gets updated in the Razorpay dashboard, but remains as Pending Payment in Woocommerce.
Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] Update Tracking as Quick EditHi,
I have tested the plugin.
Issues Found :
1. Default Shipping provider –??manual : Update tracking Button Disappears once the tracking details are updated in the order details page.
Please check link.
https://www.awesomescreenshot.com/image/45176847?key=88fd68db51457bd2c7d35715b4ed70a2
2. in case of Default Shipping provider – Xpressbee : Update tracking Button doesn’t appear in the order list. I have to open the order , add the awb number, update the sync and save it. It is a long process.
3. Any Provisions for sending Custom SMS with all the tracking details in it?
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Issue with Price FilterHi,
I tried disabling AJAX functionality. It worked. Thanks
But how to solve this without disabling ajax?
Sorry but I cannot get this point:
‘You have some infinite scroll functionality, that must be updated after filtering with JavaScript code, you can add code in plugin settings -> JavaScript/CSS tab -> After update field’
I have infinite scroll functionality on. what code should be added and where? can you please provide that code?
Thanks