Re: Database driven introduction text on home page, aka changing the home page t
There is away... take a look at http://hosting-whse.com/projects/Site11
its a sandbox but it shows the idea of what you want... just as a fyi - also working on a small blog type addon as well
- Sat May 10, 2008 4:25 am
- Replies 4
- Views 1821
Re: Is $_SERVER['REQUEST_URI'] a small bug?
ISS you can still point to a virtual IP and port.. set xamp it run on port 81 or something and point ot the virtual ip
as i have a inhouse server here with iss and xamp using ISS to point to the right place.
- Fri May 09, 2008 7:02 am
- Replies 6
- Views 2661
Re: Newbie needs help. Will pay !
that is for sure
would be a new branch of open cart if it was done
- Thu May 08, 2008 2:18 pm
- Replies 4
- Views 968
Re: catalog\template\default\css\default.css
its honestly basic css
3schools or so would be a good places to start or i have taken PSD's and converted them to templates...
- Thu May 08, 2008 8:33 am
- Replies 1
- Views 1374
Re: Error line 71/141
more information would be great... new install? you changed something?
url?
- Thu May 08, 2008 6:19 am
- Replies 5
- Views 1628
Re: Need Help
#header {
height: 140px;
clear: both;
}
in your default.css you may still need to adjust that
the orginal hieght was only 70px;
- Wed May 07, 2008 2:14 pm
- Replies 2
- Views 1290
Re: Translations by gettext
but why load into memory that extra unneeded overhead...
Jump to post- Wed May 07, 2008 4:39 am
- Replies 4
- Views 1473
Re: Translations by gettext
why put more work on the db ... files loaded by what is required and runs fast... better then other solution out there in parse time... IMO
Jump to post- Tue May 06, 2008 9:17 am
- Replies 4
- Views 1473
Re: shipping mod executed multiple time
hey boboxx instead of looping thru all the products in the cart use this $cart_weight = $this->cart->getWeight(); it returns the value of the weight in the stores default weight (with quantity taken into account).. you will need to custom it form there .. remember each product can have its own...
Jump to post- Mon May 05, 2008 4:35 pm
- Replies 7
- Views 2818
Re: Session Error after successful install in locator.php
i would try to re upload the library folder -- sounds like there was a transfer error in a file to me..
Jump to post- Mon May 05, 2008 3:35 am
- Replies 1
- Views 1790
Re: Embedding Open Cart into another site
it is an opensource site... but using iframe for a cart like this is not possible... search the forum there is posts of others using that that found errors that is the reason i made that suggestion. i have used open cart with a few custom mods to give a cms feel with cart built in ... so it know i...
Jump to post- Mon May 05, 2008 3:34 am
- Replies 5
- Views 4682
Re: Embedding Open Cart into another site
well i would think the fastest way to do that .,.. is use open cart 100% template it to look like that and then copy paste your code back in... should take no more then 1 day if that...
if you a more info about hiring someone to do it.. PM me.
- Sun May 04, 2008 1:51 pm
- Replies 5
- Views 4682
Re: add a standard payment on orders
don't double post...
Jump to post- Sun May 04, 2008 6:30 am
- Replies 2
- Views 650
Re: Shadow image in page
well i would not say that it is a problem to change the image size.. you just have to know that on the design side you also have to make adjustments...
Jump to post- Sun May 04, 2008 2:40 am
- Replies 3
- Views 1438
Re: Changing Welcome Guest Paragraph on Home page.
wow you could have solved that realy quick instead of new topic.. hit search... why would you look in css for a language setting.... hmmm i give you another hint for once you find your way... if you look in the url you see control= after the = is a name that name 99.9% of the time is the file i...
Jump to post- Sat May 03, 2008 5:03 pm
- Replies 7
- Views 7248
Re: Reagarding the paypal address
wow every post same answer search the forum or look in the payment support section .. there is a howto there of sorts...
SEARCH button is your friend.
- Sat May 03, 2008 4:58 pm
- Replies 1
- Views 556
Re: Regarding the footer in admin page
are you going to bother and look in any other folders.. all language related question have like this have been answerred.....
look in the ADMIN folder language....
- Sat May 03, 2008 4:57 pm
- Replies 1
- Views 802
Re: Reagarding the home page welcome statement
Search the forum its here.....
Jump to post- Sat May 03, 2008 4:56 pm
- Replies 1
- Views 656
Re: Regarding the contact email error
if you search the forum you would find and NOTE that WAMP does not include SMTP service. if you wish for that you need to install that in windows as a service/application... for more info there visit the WAMP site or just google it...
Jonathon
- Sat May 03, 2008 4:56 pm
- Replies 1
- Views 825
Re: Shadow image in page
in the default css remove this code and it will work around line 220
change it to this
Code: Select all
.products, .images, .categories {
float: left;
width: 33.3%;
text-align: center;
cursor: pointer;
font-size: 10px;
}
- Sat May 03, 2008 10:03 am
- Replies 3
- Views 1438