VR Webs
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type WooCommerce Integration] The post is not a productgot it fixed
the problem is that jetbuilder form action takes only product as argument.
thanks anyway.Forum: Plugins
In reply to: [Direct Checkout for WooCommerce] Checkout headingThanks for quick reply
plz chk the screen shot https://snipboard.io/LqGSve.jpg
function usedfunction wc_billing_heading_strings( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Billing and shipping address’ :
$translated_text = ( ‘Customer Information’, ‘woocommerce’ ); break; case ‘Billing detail’ : $translated_text = ( ‘Customer Details’, ‘woocommerce’ );
break;
}
return $translated_text;
}
add_filter( ‘gettext’, ‘wc_billing_heading_strings’, 10, 3 );Forum: Plugins
In reply to: [Shipment Tracker for Woocommerce] pincode checker not showingno reply in 3 days
anyone managing this plugin?Forum: Plugins
In reply to: [WooCommerce] Remove first word from product namethe problem is that the added the some product code in the product name and now its creating the issue SEO point of view.
Forum: Plugins
In reply to: [WooCommerce] Remove first word from product nameyes, thats what i’m looking for
original name – Beautiful Hiking Boot
new name – Hiking Boot
thanks for the reply
Forum: Plugins
In reply to: [WP Job Manager] multi Currency ?waiting for reply, any body done that?
Forum: Plugins
In reply to: [WP Job Manager] multi Currency ?thats correct but i want to change the currency dynamically, suppose the default currency is USD, but a user visits site from uk then it should have option to convert to EUR.
is that possible?
- plugin and theme is of latest ver.
- no cache plugin is their.
- did that thrice, but no use
Forum: Plugins
In reply to: [Contact Form 7] Get file field valuethanks for the quick response
i created a function to send that file to some other server thru API call, so i just want to retrieve that file and send it to that server. i used this code
if ($contact_form->id() === $form_id) {
$submission = WPCF7_Submission::get_instance();
if ($submission) {
$posted_data = $submission->get_posted_data();
$files = $submission->uploaded_files();- This reply was modified 2 years, 5 months ago by VR Webs. Reason: not relolved
thanks for the replay, but i have chosen other plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] logo loading lastthanks for reply,
but this image is already in the exclude list, but this image (cash-for-your-castle-7-1-150×70.png) is loading in the last. and put i have this image in exclude list also but it seems its not working.Forum: Plugins
In reply to: [LiteSpeed Cache] logo loading lastReport number: NAXTFAXP
if i disable the members plugin, then payment goes thru
Forum: Fixing WordPress
In reply to: syntax error, unexpected ‘else’Thanks all,
got it workingForum: Fixing WordPress
In reply to: syntax error, unexpected ‘else’but there definitely seems to be a missing closing bracket
added one,but still error is their