Kamalpreet Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] File uploads no longer workHello @dandylee
I am also facing the same issue, but I have seen that you keep replying to the same comment.Edit the file in the below location: /wp-content/plugins/advanced-cf7-db/includes/vsz-cf7-db-function.php Add the below to Line 132: if (gettype($v) == ‘array’) {$v = reset($v);} So lines Lines 131, 132 and 133 should be: //Get file name if (gettype($v) == ‘array’) { $v = reset($v); } $file_name = basename($v);
It is not working brother. Please try to get output. I really appreciate it. ??
No Problem. Thanks for the reply. ??
It worked. Thanks a lot. You are Spiderman for NYC now.
Thank you so much for your support. I really appreciate it. Let me check and try to follow your idea and see what I get. ??
#ThanksI am using like
WC()->cart->add_to_cart( $_POST['product_id'], $_POST['quantity'],array( 'roomType'=>$_POST['roomType'], 'color'=>$_POST['color'], 'mount'=>$_POST['mount'], 'size'=>$_POST['size'])....
to insert the custom field into the cart.
and then fetch the data like
foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item )
@dkjensen Thankyou so much for the quick response. I am using the Advanced Custom Field plugin. what type of info do you need?
Please tell me, I will able to do it. I am dev too. I will easily get you. ??Forum: Plugins
In reply to: [MASS Users Password Reset] Can’t Access Reset Password PageHow to fix it then ?
Forum: Plugins
In reply to: [GDMylist] wish_list button is not working on [ show_gd_mylist_list]There was a CSS issue, Thankyou anyways ??