Page 1 of 1
Search found 17 matches
Re: How to add a "NEXT PRODUCT" button
No one?
Jump to post- Mon Mar 31, 2008 5:50 pm
- Replies 2
- Views 2131
Re: About Credit Card Payment
Hello tchemis ,
You said, you will soon release a Bidpay module. Where can we download it when it is available? Could you drop a note on this post?
- Wed Dec 05, 2007 6:54 pm
- Replies 6
- Views 4222
Re: Allowing Credit cards?
I change all the values within these files from cod to card and all the function name, and then added the code I needed within shop/catalog/service/payment/card.php (form boxes etc for card information). Hi Jonesy, Could you tell me what fields you created for the form? Do we need the Swift code, n...
Jump to post- Tue Nov 27, 2007 6:49 pm
- Replies 10
- Views 6227
Re: About Credit Card Payment
Yes, I have the same problem. I want my visitors to be able to pay via Paypal but also by credit card (Visa card and Master card) in case they don't have a Paypal account.
Jump to post- Tue Nov 27, 2007 6:27 pm
- Replies 6
- Views 4222
How to add a "NEXT PRODUCT" button
Hi
I need your help again.
Could someone tell me how to add a link/button to see the next product in the product section. At the moment, they have to go back to the category section or click the back button on their browser to see another product.
Thanks in advance.
- Mon Nov 12, 2007 11:15 pm
- Replies 2
- Views 2131
Re: How to add a navigation NEXT and PREVIOUS to the products page
I get this error: Fatal error: Call to undefined method language::get() in /home/webkreat/public_html/hailstormdesign/catalog/plugin/category.php on line 43 It occurs when I add this code in category.php: <?php $page_data[] = array( 'text' => $language->get('text_pages', $i, $database->getPages())...
Jump to post- Mon Nov 12, 2007 2:49 am
- Replies 9
- Views 10992
Re: How to add a navigation NEXT and PREVIOUS to the products page
Thanks Beata, That's working though I didn't know to follow your steps. Here is what I have done: First I have created the _pagination.tpl page: <div class="paginate"> Pages: <?php foreach ($pages as $p): ?> <?php if ($p['value'] == $page): ?> <a class="active" ...
Jump to post- Mon Nov 12, 2007 1:30 am
- Replies 9
- Views 10992
How to add a navigation NEXT and PREVIOUS to the products page
Hello, I want to change the "Result Pages: 1 of 3" with some links PREVIOUS/NEXT to navigate through the products pages or something like this: "Pages: [1] 2 3 4 ... 8 ". Is it possible? (Actually, I would like to have both). No one sees and click on the "Result Pages: 1 of ...
Jump to post- Sat Nov 10, 2007 1:55 am
- Replies 9
- Views 10992
Re: Number of products per page - howto?
Thanks so much.
I didn't see this option. I am really sorry.
Wouldn't it be better to call it "products per page" instead of "rows per page" since it is actually not the number of rows but the number of products?
- Fri Nov 09, 2007 10:27 pm
- Replies 13
- Views 11954
[SOLVED] Number of products per page - howto?
Hello, Right now, when I select a category, 9 products are being displayed per page but I would like to have 12 products per page. Do you know where I can change this? I didn't see any option in the Admin Panel and neither did I find something in /catalog/template/default/plugin/category.tpl or /inc...
Jump to post- Fri Nov 09, 2007 6:35 pm
- Replies 13
- Views 11954
Re: how to remove white background for the images (products)
Thanks to both of you. I have deleted the images in the folder image and did what Oqun told me to do. It works great! So I understood what does Opencart. When you set the size 120x180px in the "image" section of the Settings, Opencart create some JPG images with size 120x180px and white ba...
Jump to post- Fri Nov 09, 2007 6:04 pm
- Replies 7
- Views 11402
Re: how to remove white background for the images (products)
What do you mean exactly? Why do you want I resize the images? Where? In the "images" section of settings? On my computer?
- Fri Nov 09, 2007 4:40 am
- Replies 7
- Views 11402
Re: how to remove white background for the images (products)
Thanks Oqun,
unfortunately, it didn't work.
I found the line you talked about but it was in the folder "include/image.php", line 54.
I changed the values to 40,40,40 but nothing happened.
- Fri Nov 09, 2007 4:32 am
- Replies 7
- Views 11402
how to remove white background for the images (products)
Hello, On the Category page, an annoying white background is displayed for each image of the products list. I have this problem when I resize images to 120x180 in the "Image" section of the Settings page. I tried to set the css like this but nothing happen: .products, .images, .categories ...
Jump to post- Fri Nov 09, 2007 1:41 am
- Replies 7
- Views 11402
Re: product image customization
By the way, I thought I should give the the full code in case someone else needs it (/catalog/template/default/plugin/product.tpl): <div id="product"> <div class="a"><img src="<?php echo @$popup; ?>" title="<?php echo $heading_title; ?>" alt="<?php ...
Jump to post- Sun Jul 29, 2007 7:28 pm
- Replies 3
- Views 3573
Re: product image customization
You are right. It is working. I should have thought about it before. Thanks a lot.
Jump to post- Sun Jul 29, 2007 7:18 pm
- Replies 3
- Views 3573
product image customization
Hello, I am customizing Opencart but I have a problem. I added into stylesheet.css the following code: #product .a img { width: 250px; padding: 1px; background: #080808; } and in /plugin/product.tpl i need to change to be the full image instead. The current code is: <div id="product"...
Jump to post- Sat Jul 28, 2007 8:55 pm
- Replies 3
- Views 3573
Search found 17 matches