Page 1 of 1
Search found 14 matches
Re: Implementing Overriding in Open Cart 1.x
All model class files are included by calling the model loader. You can track this down by opening the startup.php and framework.php or for OC1+ just the index.php For your situation you can just include the base class yourself on top, like require DIR_CATALOG . 'model/catalog/product_grid.php'; cl...
Jump to post- Wed May 24, 2017 11:50 pm
- Replies 4
- Views 1837
Implementing Overriding in Open Cart 1.x
Hi, I am customizing a open cart installation, and I need to create a model with the method getPrice() for example class ModelCatalogProductGrid extends Model { float getPrice( ... ) {} and other models like class ModelCatalogProductVolantini extends ModelCatalogProductGrid { float getPrice( ... ) {...
Jump to post- Mon May 22, 2017 10:47 pm
- Replies 4
- Views 1837
Re: Paypal and OC total amount diffrence problem
If you follow ADD Creative's solution, it works perfectly to ensure the final price is the same as the OC price. The product totals will still be off by a few cents but I don't think it can be fixed. I wanted to pass the taxed unit price to Paypal, and it also gets the unit prices a few cents close...
Jump to post- Sat Feb 14, 2015 7:01 pm
- Replies 72
- Views 62917
Re: Prezzi opencart e Paypal
Ok ho trovato una soluzione con questo patch: http://forum.opencart.com/viewtopic.php ... 40#p434450
Jump to post- Sat Feb 14, 2015 6:52 pm
- Replies 1
- Views 467
Prezzi opencart e Paypal
Ciao, so che questo è un problema abbastanza discusso ma non ho trovato soluzioni sul forum. Il mio negozio è configurato con valuta Euro, 2 cifre decimali ma gli sconti per quantità sono a 4 cifre decimali. Se compro 100 pezzi a 0,288 ho già questa situazione del carrello che è un po' strana: http:...
Jump to post- Fri Feb 13, 2015 11:54 pm
- Replies 1
- Views 467
Options which price is not multiplied by quantity
I need to configure an option for a customer that it should not be multiplied by the number of purchased items. Example: customers wants 100 flyers. I want an option 'Verify image' that is optional and will cost 5$ regardless if the customer buys 10, 100, 1000 flyers. Is this possible in oCart? thanks
Jump to post- Sun Feb 01, 2015 4:06 pm
- Replies 0
- Views 234
Re: Grid Prices configuration?
Up. Is there a way or an add on to configure harcoded prices that doesn't follow a formula but is hardcoded? For example:
if i choose quantity: 100 and delivery 2GG price is 30 euro and if i choose quantity: 250 and delivery 2GG price is 31 euro?
thanks.
- Sat Jan 31, 2015 5:13 pm
- Replies 1
- Views 285
Grid Prices configuration?
Hello, is it possible in Ocart configuring prices with a price that is f( quantity, option value)?
Like this example: https://docs.google.com/spreadsheets/d/ ... sp=sharing
Thanks
- Mon Jan 26, 2015 8:29 pm
- Replies 1
- Views 285
Re: SEO Friendly URL doesn't work in TOP MENU
yes, they are harcoded in the template: <li><a href="http://www.qnim.eu/index.php?route=information/information&information_id=4"><?php echo $text_qnim; ?></a></li> <li><a href="http://www.qnim.eu/index.php?route=information/information&information_id=7"><?php echo $text_...
Jump to post- Tue Sep 23, 2014 10:08 pm
- Replies 2
- Views 1004
SEO Friendly URL doesn't work in TOP MENU
hello, I set SEO Friendly URL option in the following e-commerce: http://www.qnim.eu . However if you click the top menu links (like: PRODOTTI -> LINEA COSMETICA: CREME VISO it generates a url like this: http://www.qnim.eu/index.php?route=product/category&path=59 Is this a bug of 1.5.6.4? I'd ra...
Jump to post- Mon Sep 22, 2014 8:53 pm
- Replies 2
- Views 1004
SEO URL not working for categories from the menu
Hello, i have the following problem with a client e-commerce. If i click from the Categories panel i get a correct SEO URL, i.e. http://www.qnim.eu/creme_corpo But if i click the menu PRODOTTI and then a category i will get a non SEO URL: http://www.qnim.eu/index.php?route=product/category&path=...
Jump to post- Wed Sep 10, 2014 2:13 am
- Replies 5
- Views 7014
Re: seo urls not working 1.5.6.4
Did you change .htaccess.txt to .htaccess?
Is your installation of ocart in a subdirectory?
- Thu Aug 14, 2014 12:14 am
- Replies 3
- Views 814
Re: Modifying Price of all the order
Thank you; Yes, i bought it and installed it. This extensions allows to configure a % based on the base price of an item, not on the total cost. It does this: Base price: 1 euro Option 1: +2 euro Quantity: 100 Delivery: 1gg (+50%) Total = 100 * (1*150% + 2) = 350 euro What i need is something that d...
Jump to post- Fri Jun 27, 2014 3:41 am
- Replies 3
- Views 684
Re: Modifying Price of all the order
Up
(help please)
- Fri Jun 20, 2014 5:44 pm
- Replies 3
- Views 684
Search found 14 matches