Re: A few questions...
This is what i did and its working: <div class="results"> <div class="left"><?php echo $text_results; ?></div> <div class="right"><?php echo $entry_page; ?> <?php $text_previous="previous"; ?> <?php $text_next="next"; ?> <A href="javascript:doSubmit(<?php echo($page -1); ?>);" style="font...
Jump to post- Fri Sep 19, 2008 10:22 pm
- Replies 18
- Views 5068
Re: A few questions...
<A href="javascript:doSubmit(<?php echo($page -1); ?>);" style="font-weight: bold;"><?php echo($text_previous); ?></A> Heres my code bruce: ;D <div class="results"> <div class="left"><?php echo $text_results; ?></div> <div class="right"><?php echo $entry_page; ?> <?php foreach ($pages...
Jump to post- Fri Sep 19, 2008 10:07 pm
- Replies 18
- Views 5068
Re: A few questions...
any help here >:(
Jump to post- Fri Sep 19, 2008 4:15 pm
- Replies 18
- Views 5068
Pagination Issue.
I had used bruce method on paginations and it works. Bruce, My current pagination look like this: 1 | 2 | 3 | 4 | 5 | How can I make it like this: « Prev | 1 | 2 | 3 | 4 | Next » help is appreciated ;D Heres a sample of simple pagination script: http://it.newinstance.it/wp-content/uploads/20...
Jump to post- Tue Sep 16, 2008 3:43 pm
- Replies 18
- Views 5068
Tax document on the contribution page
Bruce I know this sound crazy. How can i view the 'HowTo' file. do i need to convert so i can view it
- Thu Sep 11, 2008 7:46 pm
- Replies 1
- Views 662
Re: getting rid of newsletter
bruce im using the 0.7.7
i dont see account_update.tpl on catalog\template\default\content\?
Any suggestion? i want to get rid of the newsletter also
- Mon Sep 08, 2008 5:02 pm
- Replies 4
- Views 2964
Re: Pagination Issue. Need help here!!!
pagination works now...
geez i think i need to give magento a serious consideration...
- Wed Aug 27, 2008 6:24 am
- Replies 5
- Views 1330
Re: Pagination Issue. Need help here!!!
im using opencart 0.7.7. Any solution?
Hey bruce i had modified a code before that make the image large on the product detail page w/o clicking the image to enlarge it.. Geez i forgt now what file i edited(it was on my other project).
Do u know which file is it?
- Tue Aug 26, 2008 10:13 pm
- Replies 5
- Views 1330
Pagination Issue. Need help here!!!
I use one of the code i found on the other thread: Filename: template/default/content/Category.tpl <div class="results"> <div class="left"><?php echo $text_results; ?></div> <div class="right"><?php echo $entry_page; ?> <?php foreach ($pages as $p) { ?> <?php if ($p['value'] == ...
Jump to post- Tue Aug 26, 2008 9:48 pm
- Replies 5
- Views 1330
Re: How can i include information page on home.tpl?
Fido-x.. in the admin->catalog->homepage
There are 3 tab: The General, Data and Image.
Everytime i view the homepage theres an image above my entry. How can remove this man?
UPDATE: hehehe.. Its okay now... I just commented the PHP code that calls the image hehehe.
- Thu Aug 21, 2008 8:45 pm
- Replies 7
- Views 2566
Re: How can i include information page on home.tpl?
hey fido-x what version of opencart this contribution of your works? Im using opencart_v0.7.7. Will this work on opencart_v0.7.7? UPDATE: IT WORKS!!!! Although I got some errors. I just delete the code below that has [delete][delete]. <script type="text/javascript" src="catalog/javascript/ajax/jquer...
Jump to post- Thu Aug 21, 2008 8:18 pm
- Replies 7
- Views 2566
Re: How can i include information page on home.tpl?
Actually i already got a solution but Let me try this methods of your buddy. I will update u soon buddy
Jump to post- Thu Aug 21, 2008 7:41 pm
- Replies 7
- Views 2566
How can i include information page on home.tpl?
The information i have in the homepage is hard code. For example I will create about us page on the admin->catalog->information. Is there someway i can call the about us page on the home.tpl?
Free solution is well appreciated. =)
- Thu Aug 21, 2008 6:24 pm
- Replies 7
- Views 2566
Re: Another Paypal issue (sorry folks)
I use bruce paypal improved. But it took me a while to get it working correctly coz the information is scattered everywhere. thanks to bruce assistance. I dont have any paypal issue so far. Client is happy.
Jump to post- Tue Aug 12, 2008 8:37 pm
- Replies 2
- Views 1558
Re: Tax Rate Problem!!! Need Help
Bruce... can u be more detail... on what should i do. thanks man.
update: what i did is, I change the tax class of my shipping extension to "none". and install back the calculate shipping. it seems to work.
- Thu Jul 31, 2008 11:13 am
- Replies 7
- Views 1667
Re: Tax Rate Problem!!! Need Help
problem solved. thanks.
see screenshot:
http://i33.tinypic.com/iegokn.png[/img]
- Thu Jul 31, 2008 12:51 am
- Replies 7
- Views 1667
Tax Rate Problem!!! Need Help
Tax Rate in NYC is: 8.375% Problem: The tax on any 1 item priced at $14.99 should be $1.26.. on the website, it says it's $1.59, which is a lot more than 8.375%. I just rechecked it and that's what it says at subtotal. see screenshot below: http://i36.tinypic.com/2qs15wy.png[/img] Any solution is ...
Jump to post- Wed Jul 30, 2008 11:46 pm
- Replies 7
- Views 1667
Re: the admin website doesn't show the "order" that was placed.
It works!!!
http://i33.tinypic.com/2eelu7k.png[/img]
- Tue Jul 22, 2008 10:47 am
- Replies 4
- Views 912
Re: the admin website doesn't show the "order" that was placed.
ITs working now..... thanks to bruce paypal improved v1.
- Mon Jul 21, 2008 9:16 pm
- Replies 4
- Views 912
Re: the admin website doesn't show the "order" that was placed.
:) http://i36.tinypic.com/15zmixi.png[/img] <?php // Text $_['text_paypal_title'] = 'PayPal and Credit Card'; $_['order_status_paid_unconfirmed'] = 'Paid Unconfirmed'; $_['order_status_pending'] = 'Pending'; ?> Heres my paypal.php Is there something here that needs to be change? or this one is corre...
Jump to post- Mon Jul 21, 2008 3:01 pm
- Replies 4
- Views 912