tayyba11
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Qi] menu issueBut i want to add parent menu linkable please there is any soultion its important
Forum: Themes and Templates
In reply to: [Qi] menu issuewhy there is no response?
since our server is not Nginx. The file would not be applicable on our server. At the moment our server is using Litespeed
Forum: Plugins
In reply to: [WooCommerce] went to hide specific attributes termadd_filter(‘woocommerce_product_variation_title_include_attributes’, ‘hide_specific_attribute_term’, 10, 2);
function hide_specific_attribute_term($include_attributes, $variation) {
// Define the attribute and term to hide
$attribute_name = ‘color’; // Replace with your attribute name
$term_name = ‘red’; // Replace with your term name// Get the product associated with the variation $product = wc_get_product($variation->get_parent_id()); // Check if the product has the specified term if (has_term($term_name, $attribute_name, $product->get_id())) { // Remove the attribute from the variation title $include_attributes = false; } return $include_attributes;
}
i corrected this code its work but issue is its only hide the attrrbute term then i can add to cart becuase its still trigger
Forum: Plugins
In reply to: [WooCommerce] went to hide specific attributes term@seank123 the css code just hide the attribute term but add to cart still trigger
Forum: Plugins
In reply to: [WooCommerce] went to hide specific attributes term@owadud655 this code have error its not work Your PHP code changes were not applied due to an error on line 14 of file wp-content/themes/woodmart-child/functions.php. Please fix and try saving again.
Forum: Plugins
In reply to: [WooCommerce] went to hide specific attributes termwhen you select subscribe and save there is this attribute which i want to hide
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] plugin conflicthi getting issue with plugin when i active this plugin then its keeps loading the email under marketing https://ibb.co/r287Nmd check screenshoot please
Forum: Plugins
In reply to: [WooCommerce] Reorder my account fieldshi thank you for response but sorry this is not my question i want the vendors of my website can view the analytics just only analytics of there own products they have no rights to see another thinks he can only view analytics how is possible?
Forum: Plugins
In reply to: [WooCommerce] Reorder my account fieldsok thank you for it
I have one more question I was going to add my different vendor’s products but I want my vendors can only there products selling analytics can you tell me how its possible please?
Forum: Plugins
In reply to: [WooCommerce] Reorder my account fieldsThank you for your help really appreciated its work.I have one more question please hope you share any solution
I have one home and 2 landing page for my website I want one customer to land on my website so that when he comes on the website first the home page show after that, for example, two landing pages one man and the other for women when he goes to select landing page link then he can’t say again home page even when next time he visits in my website he lands on direct women and men landing page which he chooses last time but he can’t visit and see the home page again
I just want the customer only see the home page the first time then he cants view the home page again
same like this site`
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] want to delete model yearBecause i am not using SKU so i can’t export my file please share any other way
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] want to delete model yearThere is no the way to delete without export because i am not using SKU
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] want to delete model yearEven i remove all the products which belong to these models years and make.please help