Page 1 of 1
Search found 7 matches
How to pass the value of variable from module to view file
I am new to the opencart.By default Opencart featured product shows product description and price but now I want product discounted prices in featured product section so I changed my featured product code and added code to show discount price. Here is the complete code for featured product <?php cla...
Jump to post- Sat Nov 24, 2012 7:04 pm
- Replies 2
- Views 2947
Show discounted prices in featured product page
Hi, I am new to he opencart. Every thing is working fine with Opencart. I have made an ecommerce site. Where in home page I am showing all the featured product. But here I want to show the discount block just like in the product details page. I have asked this question in http://www.StackOverflow.co...
Jump to post- Sat Nov 24, 2012 12:02 pm
- Replies 2
- Views 858
Opencart Discount logic in checkout section
Hi, I am new to OpenCart. I have mad a small site with OpenCart. The reference link is http://gmentr.com/msplocart/index.php?route=common/home. Now you can see when you will go to the product description page there is the product discount section.In that block of when I am entering any one value for...
Jump to post- Thu Nov 22, 2012 12:42 pm
- Replies 0
- Views 176
Re: Opencart add discounted prices in checkout page
Any help please I am really stuck with this point
Jump to post- Sat Nov 17, 2012 5:45 pm
- Replies 1
- Views 175
Re: Free shipping when more than 5 product will be in cart
Hi,
I have used this line of code in flat.php file (catalog/model/shipping) .
if ( $this->cart->countProducts() > 5) {
$status = false;
}
This is going fine. So is this the right way to to do?
- Sat Nov 17, 2012 12:52 pm
- Replies 3
- Views 309
Opencart add discounted prices in checkout page
Hi, I have made an eCommerce with Opencart. The reference site is http://gmentr.com/msplocart/ . When you will go to the site and when you will click on buy now it will show you different product quantity with discount price option. Now I want that when I will click any of the discount option it wil...
Jump to post- Sat Nov 17, 2012 2:45 am
- Replies 1
- Views 175
Free shipping when more than 5 product will be in cart
Hi,
I want that when user will add more than 5 numbers pf product in his shopping cart then he will get free shipping.
So can some one tell me how to to that?
- Sat Nov 17, 2012 2:33 am
- Replies 3
- Views 309
Search found 7 matches