Page 1 of 1
Search found 14 matches
Re: How to make make i agree term and condition checkbox checked ?
Thank You Very Much It Worked Possible not...because of this.... And I don't know if vue accept that type of code... v-model will ignore the initial value, checked, or selected attributes found on any form elements. It will always treat the Vue instance data as the source of truth. You should decla...
Jump to post- Wed Mar 04, 2020 3:13 pm
- Replies 12
- Views 4566
How to change the order of the payment method list ??
Hi Every one i am using open cart 3 and journal theme.
i have three payment method
i want to change the order of the payment method list . i want to make cash on delivery to be 1st in order and checked
Thank you
- Tue Mar 03, 2020 10:16 pm
- Replies 1
- Views 2617
Re: How to make make i agree term and condition checkbox checked ?
Try to contact Journal 3 support. or you can try this... From catalog/view/theme/journal3/template/journal3/checkout/confirm.twig Change this: <input v-model="agree" type="checkbox" /> To this: <input type="agree" type="checkbox" checked="checked" /...
Jump to post- Tue Mar 03, 2020 7:59 pm
- Replies 12
- Views 4566
Re: How to make make i agree term and condition checkbox checked ?
Check settings...checkout.. Hi my settings are the same but https://image.prntscr.com/image/7NcUlmBmQyKSLH5Lw2S3jg.png Image url https://prnt.sc/rat4la I agree check box is not checked by default Can u tell how to check I agree box checked using settings https://image.prntscr.com/image/98-tI40UQDuF...
Jump to post- Tue Mar 03, 2020 6:26 pm
- Replies 12
- Views 4566
How to set email in Enquiry in multivendor extinsion ?
Hi I have a an extension of multivendor . on the sidebar on product page there is an Enquiry form from customer can contact the sellers . i want to set an email address so all mails goes to admin instead of sellers
screeen shot link https://prnt.sc/r6yrjh
thankyou
- Mon Feb 24, 2020 11:37 pm
- Replies 2
- Views 539
Re: How to increase the max product limit in page ?
this is the new linkstraightlight wrote: ↑Thu Feb 20, 2020 9:11 pmInvalid image link. Cannot see provided screenshot. OC version?
https://prnt.sc/r5gyyd
https://prnt.sc/r5gyyd Jump to post
- Fri Feb 21, 2020 11:48 am
- Replies 3
- Views 538
Re: How to add H1 or H2 tag on Home page
Hi thanks For the help But today i found out out where actually the file exists i am using journal 3 theme Journal 3 settings... Or contact Journal 3 theme support. File located in Storage folder . there i found the header folder and inside the there are six files all representing the headers . in m...
Jump to post- Thu Feb 20, 2020 6:41 pm
- Replies 7
- Views 5942
How to increase the max product limit in page ?
Hi Can Anyone tell me how to increase the limit of the product in page .Or maybe how can i add a new right there is only 25 50 75 and 100 Like showing in the image https://image.prntscr.com/image/40hhV_TBQUqAyEOxtQI8gw.png Image Url : https://image.prntscr.com/image/40hhV_TBQUqAyEOxtQI8gw.png Thanks
Jump to post- Thu Feb 20, 2020 5:43 pm
- Replies 3
- Views 538
Re: How to make make i agree term and condition checkbox checked ?
Try checkout/register.twig Change <input type="checkbox" name="newsletter" value="1" id="newsletter" /> To: <input type="checkbox" name="newsletter" value="1" id="newsletter" checked="checked" /> It did the sa...
Jump to post- Thu Feb 13, 2020 9:49 pm
- Replies 12
- Views 4566
How to make make i agree term and condition checkbox checked ?
Hi every one can any one tell me How can i make this "I agree Term and condition Button checked by default . i want to write the checked condition checked in its Twig file but i don't know there that file is located this is the screen shot URL https://prnt.sc/r1l3cs https://image.prntscr.com/im...
Jump to post- Thu Feb 13, 2020 1:45 pm
- Replies 12
- Views 4566
Re: How to increase the Limit of Who is Online?
Hi thank you Very much It worked . Hi Assuming you are using the latest version of OpenCart 3.0.3.2 at time of writing this Edit: catalog/model/tool/online.php Find: $this->db->query("DELETE FROM `" . DB_PREFIX . "customer_online` WHERE date_added < '" . date('Y-m-d H:i:s', strto...
Jump to post- Tue Feb 11, 2020 7:30 pm
- Replies 8
- Views 1666
How to add H1 or H2 tag on Home page
Hi Every One
Can Any one tell me how to add h1 tag in opencart home page by editing Source file. i dont know which file contains the code for top
i am using journal 3 theme
Thankyou
- Tue Feb 11, 2020 6:11 pm
- Replies 7
- Views 5942
Re: How to increase the Limit of Who is Online?
Hi I have edit the code like you explained. then i checked the customer online table in database . and found out there was no entry more than 1 hour i think there is some opencart code that is deleting entries older than 1 hour can any one tell how to filx it . it keeps at least 3 or 4 hour . 24 hou...
Jump to post- Mon Feb 10, 2020 7:17 pm
- Replies 8
- Views 1666
[SOLVED] - How to increase the Limit of Who is Online?
How to increase the Limit of Who is Online?
Hi every one
if you go in Reports > Who is Online it only shows 24h result Can any one tell me how to increase it
- Sun Feb 09, 2020 2:15 am
- Replies 8
- Views 1666
Search found 14 matches