Hisham Abouzied نشر 10 مايو 2023 أرسل تقرير نشر 10 مايو 2023 (معدل) عايز اعدل على الكود ده واضيف طريقه الدفع عند الاستلام وفودافون كاش </script> <script type='text/javascript'> //<![CDATA[ if (window['location']['href']['indexOf']('/p/checkout.html') > -1) { document['title'] = 'Checkout'; $('.item-post .post-body')['html']('<div class="my-shopping"><h2>معلومات الفاتورة</h2><div class="cart-review-wrap"><div id="contact" class="form-bret"><form name="contact-form"><label class="">الاسم <abbr class="required" title="required">*</abbr></label><input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" placeholder="" size="30" type="text" value=""/><label class="">Email address <abbr class="required" title="required">*</abbr></label><input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" placeholder="" size="30" type="text" value=""/><label class="">Phone and Street address <abbr class="required" title="required">*</abbr></label><textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="" rows="5"></textarea><div class="checkout-wrap"><div class="simpleCart_items"/><div style="clear: both;"/><div class="cart-bot-element"><div class="cart-amount"><div class="cart-subtotal">Subtotal :<span class="simpleCart_total"/></div><h4>Your order : </h4><div class="carter">You have <span class="simpleCart_quantity"/> item(s) in your Cart.</div><div class="my-total">Total: <span class="simpleCart_total"/></div></div><a class="simpleCart_checkout" href="javascript:;"><input class="checkout-bill" id="ContactForm1_contact-form-submit" type="button" value="Place order"></a></div></div></form></div></div></div><style>h1.post-title {display: none!important; }</style>'); }; if (window['location']['href']['indexOf']('/p/cart.html') > -1) { document['title'] = 'Shopping Cart'; $('.item-post .post-body')['html']('<div class="my-shopping check"><h2>Shopping Cart</h2><div class="cart-review-wrap"><div class="simpleCart_items"/><div style="clear: both;"/><div class="cart-bot-element"><div class="cart-amount"><div class="cart-subtotal">Subtotal :<span class="simpleCart_total"/></div><h4>Your cart : </h4><div class="carter">You have <span class="simpleCart_quantity"/> item(s) in your Cart.</div><div class="my-total">Total: <span class="simpleCart_total"/></div></div><a class="simpleCart_checkout" href="/p/checkout.html">Proceed to Checkout</a></div></div></div><style>.item-post h1.post-title { display: none!important; }</style>'); }; //]]> </script> تم التعديل في 10 مايو 2023 بواسطة Mustafa Suleiman تعديل عنوان السؤال اقتباس
0 Mustafa Suleiman نشر 10 مايو 2023 أرسل تقرير نشر 10 مايو 2023 أرجو شرح المزيد في سؤال ما هي الإَضافات والمكتبات التي تستخدمها، ما هي المنصة، صورة للصفحة وما الذي تريد فعله بالضبط؟ وعلي أي حال، حاول تعديل الكود بالشكل التالي: </script> <script type='text/javascript'> //<![CDATA[ if (window['location']['href']['indexOf']('/p/checkout.html') > -1) { document['title'] = 'Checkout'; $('.item-post .post-body').html(` <div class="my-shopping"> <h2>معلومات الفاتورة</h2> <div class="cart-review-wrap"> <div id="contact" class="form-bret"> <form name="contact-form"> <label class="">الاسم <abbr class="required" title="required">*</abbr></label> <input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" placeholder="" size="30" type="text" value=""/> <label class="">عنوان البريد الإلكتروني <abbr class="required" title="required">*</abbr></label> <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" placeholder="" size="30" type="text" value=""/> <label class="">رقم الهاتف وعنوان الشارع <abbr class="required" title="required">*</abbr></label> <textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="" rows="5"></textarea> <div class="checkout-wrap"> <div class="simpleCart_items"/> <div style="clear: both;"/> <div class="cart-bot-element"> <div class="cart-amount"> <div class="cart-subtotal">المجموع الفرعي: <span class="simpleCart_total"/></div> <h4>طلبك:</h4> <div class="carter">لديك <span class="simpleCart_quantity"/> عنصر(أ) في عربة التسوق الخاصة بك.</div> <div class="my-total">الإجمالي: <span class="simpleCart_total"/></div> </div> <a class="simpleCart_checkout" href="javascript:;"> <input class="checkout-bill" id="ContactForm1_contact-form-submit" type="button" value="تأكيد الطلب"> </a> </div> </div> </form> </div> </div> </div> <style>h1.post-title {display: none!important; }</style> `); }; if (window['location']['href']['indexOf']('/p/cart.html') > -1) { document['title'] = 'عربة التسوق'; $('.item-post .post-body').html(` <div class="my-shopping check"> <h2>عربة التسوق</h2> <div class="cart-review-wrap"> <div class="simpleCart_items"/> <div style="clear: both;"/> <div class="cart-bot-element"> <div class="cart-amount"> <div class="cart-subtotal">المجموع الفرعي: <span class="simpleCart_total"/></div> <h4>عربتك:</h4> <div class="carter">لديك <span class="simpleCart_quantity"/> عنصر(أ) في عربة التسوق الخاصة بك.</div> <div class="my-total">الإجمالي: <span class="simpleCart_total"/></div> </div> <a class="simpleCart_checkout" href="/p/checkout.html">المتابعة للدفع</a> </div> </div> </div> <style>.item-post h1.post-title { display: none!important; }</style> `); }; //]]> </script> اقتباس
0 محمد Fahmy نشر 11 مايو 2023 أرسل تقرير نشر 11 مايو 2023 لإضافة طريقة دفع عند الاستلام، يمكنك إضافة حقلٍ جديداً في نموذج تقديم المعلومات والذي يسمح للعميل بتحديد طريقة الدفع المطلوبة، وذلك من خلال إضافة عنصر `<select>` في النموذج يحتوي على خيارات الدفع، على سبيل المثال: HTML <label>طريقة الدفع</label> <select name="payment-method"> <option value="online">الدفع الإلكتروني</option> <option value="cash-on-delivery">الدفع عند الاستلام</option> </select> أما بالنسبة لـ Vodafone Cash مصر ليس لديها أي بوابة دفع او واجهه برمجية API ، ولكن يمكنك استخدام هذا ال api من paymob لعمليات الدفع بالمحافظ الإلكترونية مثل Vodafone Cash. ويمكنك الأطلاع علي مزيد من المعلومات من خلال الموقع الرسمي لـ paymob من هنا. اقتباس
السؤال
Hisham Abouzied
عايز اعدل على الكود ده واضيف طريقه الدفع عند الاستلام وفودافون كاش
</script>
<script type='text/javascript'>
//<![CDATA[
if (window['location']['href']['indexOf']('/p/checkout.html') > -1) {
document['title'] = 'Checkout';
$('.item-post .post-body')['html']('<div class="my-shopping"><h2>معلومات الفاتورة</h2><div class="cart-review-wrap"><div id="contact" class="form-bret"><form name="contact-form"><label class="">الاسم <abbr class="required" title="required">*</abbr></label><input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" placeholder="" size="30" type="text" value=""/><label class="">Email address <abbr class="required" title="required">*</abbr></label><input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" placeholder="" size="30" type="text" value=""/><label class="">Phone and Street address <abbr class="required" title="required">*</abbr></label><textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="" rows="5"></textarea><div class="checkout-wrap"><div class="simpleCart_items"/><div style="clear: both;"/><div class="cart-bot-element"><div class="cart-amount"><div class="cart-subtotal">Subtotal :<span class="simpleCart_total"/></div><h4>Your order : </h4><div class="carter">You have <span class="simpleCart_quantity"/> item(s) in your Cart.</div><div class="my-total">Total: <span class="simpleCart_total"/></div></div><a class="simpleCart_checkout" href="javascript:;"><input class="checkout-bill" id="ContactForm1_contact-form-submit" type="button" value="Place order"></a></div></div></form></div></div></div><style>h1.post-title {display: none!important; }</style>');
};
if (window['location']['href']['indexOf']('/p/cart.html') > -1) {
document['title'] = 'Shopping Cart';
$('.item-post .post-body')['html']('<div class="my-shopping check"><h2>Shopping Cart</h2><div class="cart-review-wrap"><div class="simpleCart_items"/><div style="clear: both;"/><div class="cart-bot-element"><div class="cart-amount"><div class="cart-subtotal">Subtotal :<span class="simpleCart_total"/></div><h4>Your cart : </h4><div class="carter">You have <span class="simpleCart_quantity"/> item(s) in your Cart.</div><div class="my-total">Total: <span class="simpleCart_total"/></div></div><a class="simpleCart_checkout" href="/p/checkout.html">Proceed to Checkout</a></div></div></div><style>.item-post h1.post-title { display: none!important; }</style>');
};
//]]>
</script>
تعديل عنوان السؤال
2 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.