jf-carvalho / opencart3-schedule-extension

vqMod extension to OpenCart 3.x (to suit a specific store)
1 stars 1 forks source link

Missing dependencies #1

Open haxcop opened 3 years ago

haxcop commented 3 years ago

Hi - Thanks for the opencode, upon review and attempt to use it, I noticed there are some missing dependency files that is trying to look for but it's not found in a normal oc3x installation `

        <link href="view/stylesheet/calendar.min.css" type="text/css" rel="stylesheet" />`

Would it be possible for you to include these or mentioned where can we Retrieve these in English for example ?

Thanks for your support

jf-carvalho commented 3 years ago

Hi - Thanks for the opencode, upon review and attempt to use it, I noticed there are some missing dependency files that is trying to look for but it's not found in a normal oc3x installation <script src="view/javascript/calendar.min.js" type="text/javascript"></script> <script src="view/javascript/pt-br.min.js" type="text/javascript"></script> <link href="view/stylesheet/calendar.min.css" type="text/css" rel="stylesheet" /> Would it be possible for you to include these or mentioned where can we Retrieve these in English for example ?

Thanks for your support

Hey @haxcop! Since OpenCarts extensions do not allow CSS and JS files upload, they are intentionally out of the repo. And I was honestly not expecting someone using this except myself 😂 These files you mentioned are FullCalendar plugin files, you can find them here: https://fullcalendar.io

haxcop commented 3 years ago

Hi Thanks for the reply, well if is in internet someone will find it :1st_place_medal: I'll chek it out

haxcop commented 3 years ago

HI @jf-carvalho I can't make it work on Oc3.0.3.6 - I downloaded the files and noticed the names are different, so I renamed the way you had it and no errors are shown so everything should be working but I can't find any difference in the checkout, customer area, or admin area?... I also noticed you use a theme "aline" I change it to * and also tested on Default but still no luck Won't you mind giving me a better wiki of how-to and possibly some screenshots? Thanks in advance.