-
- Google Material Design Thoughts and inspiration
- Google Material Design Thoughts and inspiration
-
ECommerce platform with search boxes
magento does it
-
Need some inspiration for DB-Intensive site
maybe you can use Bootstrap or Foundation Zurb themes? they have themes which might suit your needs if you don't want to write your template.
-
PrestaShop and Epos Now Integration?
firstly check if there is a prestashop module which might already exist? It's really hard to give a price but i would say a minimum £2000+ for basic integration depending on difficulty. Will probably take just under 2 weeks, but best check with the epos software guys to see if they can recommend a developer they might have some who can do it at a reasonable price. I charge one of my clients a monthly fee to spread the costs because he needs constant updates for his websites which run on a bespoke crm system, it is a bloody nightmare especially when you calculate fluctuating currency prices, and the system doesn't come with a manual!!! ...... it really depends on the type of integration they want.
-
PrestaShop and Epos Now Integration?
the software has API https://developer.eposnowhq.com/Docs/Product so it is possible to update prestashop using it's REST/CRUD web service, So it can be done but will need you to connect them together.... I usually do this with Magento and other bespoke written CRM/EPOS systems, a lot of work to get them all synced up.
- Looking for a slider
- How to drag point (circle) and move it to sides
-
CSS Rollover Green (yuck) Want to change
@media screen and (min-width: 783px) .primary-navigation li:hover > a, .primary-navigation li.focus > a in your file: style.css (Theme Name: Twenty Fourteen)
-
Responsive/Grid layout
i always end up using bootstrap!
-
Welcome Jack on the mod team!
i like cats
-
inlinedivblock reacted to a post in a topic:
If a site I designed and built is hacked am I obliged to fix it free of charge?
-
Phones 4u
yeah wreckless behaviour, this is going to affect of a lot people, there should be some kind of investigation to see if there was anything else behind this deal, maybe phones4u did something wrong breach the terms of their contract maybe.
-
-
-
Dear Moderators
instead of removing posts, would it be better to remove the name of the poster associated with the message? so instead of "danieljoseph" it will be "anonymous[privacy]", so keeping the message and keeping anonymity for the poster if they wanted some privacy.
-
udpate php form
framweworks are a great tool to aid in web development, And you need knowledge in css / html / javascript to put it all together, How are you using the linid moham?
-
udpate php form
ok so this part of the mysql code ' WHERE id = $linid ' should be a unique identification number otherwise any records sharing that id number will also be updated. I would not recommend letting the used input the unique id themselves. as for making the form look nice you can look at implementing some light frameworks? but i would first get your form working and then think about the look and feel of the site.