vrushalli22
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Google – Error 403: access_deniedHello im facing same issue but my status of app is published still getting 403
“Server Error 403 Forbidden You do not have permission to access this document”
Please help me with this
Thank youanyone can help me with this ??
Hello awaiting for your reply
Hello,
I have not received any email yet
Hi, yesterday I sent an email. Did you get my email? I’m awaiting your reply. Thank you.
I have sent an email. Please check it, and thanks in advance.
Can I make my message private? My site is live. Please share any option where I can add a link in private mode.
Thank you
Hello,
I’m not a paid user, I’m using a free plugin. I’m currently facing an issue that I shared earlier. Can you help me with that?
yes its title but i want to add link to the title
[TheChamp-Login title="Login with your Social Account"]Forum: Plugins
In reply to: [Contact Form 7] How to fetch product name to contact form mail bodyHello,
can anyone help me with this?
Forum: Plugins
In reply to: [Contact Form 7] How to fetch product name to contact form mail bodyThe product name is not being fetched in the email that we receive as admin
Full Name: test Email ID : [email protected] Mobile No. : 8888888888 Message : test Product Title: [product_names_field]- This reply was modified 2 years, 9 months ago by vrushalli22.
- This reply was modified 2 years, 9 months ago by vrushalli22.
Forum: Plugins
In reply to: [Contact Form 7] How to fetch product name to contact form mail bodyAbove submit button, please refer code.
<div class="col-12 mb-1"> [text* text id:name class:form-control class:rounded-0 placeholder "Name*"] </div> <div class="col-12 mb-1"> [email* email id:email class:form-control class:rounded-0 placeholder "Email *"] </div> <div class="col-12 mb-1"> [tel* Phone id:phone class:form-control class:rounded-0 minlength:10 maxlength:10 placeholder "Phone Number *"] </div> <div class="col-12 mb-1"> [textarea Message id:floatingTextarea class:form-control class:rounded-0 40x2 placeholder "Message"] </div> <div class="col-12 mb-1 d-none"> [hidden product-names-field id:product-names-field] </div> <div class="blackBorderBtn d-table px-2 py-0 form-button mt-5"> [submit "Submit"] </div>Forum: Plugins
In reply to: [Contact Form 7] How to fetch product name to contact form mail bodyHello,
The form is on the cart page at https://kwebmakerdigitalagency.com/staging_ult/cart/. It’s a hidden form with a popup modal.
Currently, I’ve made some changes in the cart template and contact form. I’ve added a hidden field and JavaScript code. Despite these modifications, the product name is still not appearing in the email body. Interestingly, I can see the product name if I use an echo statement.
contact form [hidden product-names-field id:product-names-field] cart template code <?php $product_names = array(); // Initialize an array to store product names foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) { $_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key ); $product_id = apply_filters( 'woocommerce_cart_item_product_id', $cart_item['product_id'], $cart_item, $cart_item_key ); $e_product = wc_get_product( $product_id); // Get the product name $product_name = $e_product->get_name(); // Output the product name echo $product_name . ', '; // Store the product name in the array $product_names[] = $product_name; } ?> <script> document.addEventListener('DOMContentLoaded', function() { // Populate the hidden input field with product names var productNamesField = document.getElementById('product-names-field'); if (productNamesField) { productNamesField.value = '<?php echo esc_js(implode(', ', $product_names)); ?>'; } }); </script> </div>Forum: Plugins
In reply to: [MyRewards] How to disable future dateOk i will check
Thank you
Ok Thank You