Viewing 3 replies - 1 through 3 (of 3 total)
  • i facing the same problem. hope the developer / programmer can solve this problem & advise us solution

    Hi all who have been stuck with this:

    I have changed the end of the inquiry-cart-shortcode.php to look like this:

    // Add the submit button and end the form.
    	$string_to_return .=
    		'<input type="hidden" name="is-form-submitted" value="y" />
    		<input type="submit" value="Send your inquiry" />
    		</form>';
    	// Append the list of items to the string that is being returned.
    	$string_to_return .= $list_of_items;
    	return $string_to_return;
    }	// End rd_ic_cart_shortcode();

    This makes the form functional.

    But now there is a problem with the email text.
    Instead of showing a list of products selected, it shows

    “New inquiry from mr.x … textarea content
    ———————
    Products:
    Array ( [product1]=>0
    )

    Which is greek to me.
    Any idea what can be done to make it understandable to humans? ??

    dee, i tried the code you posted. but there will show the listing item we added to cart twice, 1 is at before the button, another 1 is below the submit button

    did you tried the plugin maeve suggested? is that work??
    actually i searching for the inquiry cart plugin similar like this link
    https://www.premiumlogy.com/product.php?uri=901
    but i dont know which plugin they use.. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inquiry cart Plugin – Form with items is impossible to sent’ is closed to new replies.