Tagged Questions
9
votes
5answers
623 views
OpenCart resources
I'm trying to develop an understanding of how to build things using OpenCart, but their documentation seem to bit on the conservative side. Do the stackoverflow community have suggestions for reading ...
2
votes
1answer
35 views
Returned array index uses record id instead of row count
I have the same script running on the same version of Opencart.
Normally this line returns an array of all products:
$data = $this->model_catalog_product->getProducts();
and is indexed from ...
2
votes
1answer
195 views
OpenCart show category images on homepage? [closed]
I'm using the most up to date version of open cart.
What I'm wanting to do is show the image from the store category page on every page page, as I'm wanting to implement it into the menu. You can ...
2
votes
1answer
109 views
List By Category View
I have a view all category on the website I am working on (http://www.thetradinghouse.co.nz/view-all). As you can see the products are not in order by category how could I change this as I also would ...
2
votes
2answers
79 views
Internet Explorer jQuery Redirect
I am currently working on http://thetradinghouse.co.nz and I have an issue when accessing the cart the process that is taken is.
Select Category.
Select a product and open the products page.
Click ...
2
votes
3answers
66 views
Continue Shopping URI
In my cart I have it so when you add a product you get taken to the shopping cart and the client wishes the user to click continue shopping and be taken back to the added items category for further ...
2
votes
1answer
105 views
Open cart extension Compatibility
I have Open Cart version 1.4.8 and trying to install Extension that is compatible with 1.4.9.3
Should it actually work when I install this module still?
2
votes
2answers
355 views
trying to add jquery countdown timer for special price in opencart
i am trying to put jquery count down timer for special price in opencart.
as we have start date and end date for special price in open cart admin panel,
I want to have jquery count timer to show ...
2
votes
2answers
300 views
Add external product images to opencart
I need to use externally hosted product images as the product image for the desired items.
The Items are hosted on our CDN and the full URL is known.
All products are imported via a csv file which ...
2
votes
1answer
273 views
How to increase value without a loop in PHP?
I have this issue where i want to increase a value with 1 and apply this to my HTML, but i can't use a for() or while() loop (at least i think i can't). I'm customizing an e-merchandise program ...
1
vote
1answer
76 views
How to add text to the homepage in opencart?
I want to be able to add/edit text from the admin section that will appear on the homepage. The best solution would probably be adding a new page (Catalog > Information) but how do I add the text from ...
1
vote
1answer
99 views
Is it possible to integrate my opencart application with Quickbook desktop software?
When I make a sale on my opencart web site, I would like to be able to make the corresponding journal entry in my accounting books in desktop quickbook software.
Can I do it on free API..? or any ?
1
vote
1answer
56 views
Developing for Mobile Devices
This is a hot topic in this days and I need to build a template based on jQuery Mobile for my site. Build the template isn't the problem but show when someone navigate trough mobile devices is. I know ...
1
vote
1answer
171 views
Opencart custom database lookup and display
Currently, trying to get this to work with Opencart, but I think my knowledge of the file structure needs some help.
I have added an additional field into the DB for Opencart, which I added to ...
1
vote
1answer
126 views
Magento: Price based on quantity, also based on colors
I really need some help from the Magento gurus out there. And even if you're not familiar with Magento and you think I'd benefit from OpenCart or some other solution, please tell me!
I'm building a ...
1
vote
1answer
190 views
opencart 1.5.1.3 how to edit text addess line in checkout page
i am working on one project in opencart 1.5.1.3
on checkout page, it shows the address in billing tab.
i want to edit that text like
billing address + (some link url)
see the pic
1
vote
2answers
127 views
the picture wont be loaded in opencart
I'm writing an open cart module that's supposed to load a picture when I hover on some <li> tags.
I have two PCs: my laptop on linux and a Windows Desktop, my problem is my module works fine ...
1
vote
1answer
519 views
Adding extra field on opencart checkout
I'm using opencart v.1.5.1 How do I add extra text area on opencart checkout page?
I've added Step 6 using photoshop, how do I code that on opencart?
1
vote
1answer
90 views
Open cart site transferred to another host with images broken
I have transferred the Open Cart site over to another domain but all the images are broken adn I cannot get into admin. Is there a reason why?
I have changed the config database credentials.
1
vote
0answers
95 views
How can I make this php script for OpenCart not to choose the latest products automatically
The below php script is from OpenCart and choose the latest products automatically but I would like to choose which once that should be shown from the modul section myself. I think it should be ...
1
vote
1answer
157 views
Product promotion countdown
I'm new to OpenCart and I'm trying to build an ecommerce website. I want to show the time left for my promotions and I don't know how. When I have a product with a promotion I want to show the time ...
1
vote
1answer
1k views
How to display all categories with some products each in Opencart 1.5?
I asked this over in the Opencart forums but no luck yet, so thought I'd try here.
How can I display all the categories of products with some number of products from each category on one page? Like ...
1
vote
1answer
270 views
Opencart installation problem
I am trying to install opencart for the first time in my local machine. I am using xampp 1.7.4 PHP 5.3.4 and Windows7 is my OS. I try to follow all the steps describe HERE. But, after giving the db ...
1
vote
1answer
632 views
Show and count categories in OpenCart
I have this issue with OpenCart where I want to display my shop categories in a custom way and count the parent categories.
I currently modified the code so far that I get the following output
...
0
votes
0answers
19 views
OpenCart - Temporarily save image upload info until form verified
Opencart Version 1.5.1.3
Form require customers to enter 2 required fields and Captcha along with their image files. Right now if they enter an invalid entry or Captcha, it looses the path/image ...
0
votes
1answer
27 views
screen resolution in opencart
I am curious to set my styles as per screen resolution in opencart. I am using a simple script which is working on all other php files but it gives a very strange response in open cart, here is the ...
0
votes
0answers
38 views
Installing Wordpress inside a directory of Opencart
What I am trying to do is install WordPress inside a directory of my already existing Opencart installation, for example domain.com/opencart/wordpressblog.
In my Opencart installation I have SEO ...
0
votes
1answer
72 views
Weird Errors on Opencart site after trying to install SSL
I was trying to install an SSL certificate for my site that's based on Opencart platform. Everything was fine but now when I go the site I'm getting this error:
Notice: Undefined index: token in ...
0
votes
1answer
66 views
opencart - How to manually display a module inside a template file?
Let's say I want to display the specials module on the homepage in a position different than $content_top, $content_bottom, $column_left or $column_right. How do I do that? If you have some experience ...
0
votes
1answer
43 views
How can I integrate webconnector and my own website with using only PHP?
I am trying to integrate webconnecter and my own website for automatically syncing from website to quickbook software..
I am trying keith parmer's webconnecter and his php dev' kit.But I think I ...
0
votes
1answer
28 views
Opencart store admin not working
I accidentally deleted all my hosted files. Luckily I had a backup but the admin does not seem to work still:
http://zabb.co.uk/store/upload/admin/
Any help greatly appreciated.
0
votes
1answer
66 views
Custom header image for category in opencart
I have 4 main categories in an opencart site.
I want to have a different header image for the 4 separate categories.
How can I get the current category name and put an if statement to select the ...
0
votes
0answers
69 views
My custom Opencart module logs me out of admin when trying to save
I have built an OpenCart module to add "articles" to the site. I have done this by cloning the "information" module and then adapting it to my needs.
I have made a lot of progress - pretty much ...
0
votes
1answer
89 views
How to automatically select checkout options in opencart?
In the shop I'm developing, users can only see prices and add products to cart only if they create an account. After that, they can add products to cart. The options Billing Details & Delivery ...
0
votes
2answers
179 views
How to disable some checkout steps in opencart?
I need Billing Details, Delivery & Payment Method on the checkout page to be disabled because I don't need them. How can I do this or is there a module that can disable these?
0
votes
1answer
63 views
parse number as currency in opencart php
first off, using Opencart 1.5.1.3
with my array of products, i've had the need to create a MAP (manufacturers advertised pricing) pricing field as well as a regular pricing field. Some manufacturers ...
0
votes
1answer
92 views
Open Cart Product per row
I am using open cart for my shoping cart. I want to show three products per row in the featured module.
I have searched for it and found This. But i cant find the $i = $i + ....... in my .tpl files.
...
0
votes
2answers
148 views
Opencart Version 1.5.1.3 Installed on IIS 7. How can I get SEO Friendly URL's?
Im trying to generate SEO Friendly URL's for opencart in IIS 7. I have successfully installed a website, assigned a domain and connected the opencart installation to a mysql database instance.
...
0
votes
1answer
100 views
quantity option in products list page in OpenCart 1.5
I need to enable user to set quantity of products and add it to shopping cart in list of products page. there is only (add to cart) options without quantity field.
How can I fix this problem ?!!
0
votes
1answer
150 views
Session Variables in Opencart
Can someone explain where session variables are held ?
I have added some session variables in header.php in the controller,for example;
...
0
votes
1answer
58 views
Sessions limited on server?
2011-12-08 17:24:04 - PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
2011-12-08 ...
0
votes
2answers
231 views
Unlimited Sub Categories php and mysql li list open cart categories
I have the following tables category and category_description in php mysql. my question is how with the information below do i go about creating an unlimited amount of subcategories in a ul li ...
0
votes
3answers
100 views
PHP Array append values
I am having a problem appending a few options to an array of modules. I am using Opencart and trying to extend a module by adding an image. To do this and ensure that the code will not break anything ...
0
votes
1answer
79 views
png compression in opencart not working
I've been searching and trying to figure out why I can't get png image compression to work for an opencart 1.5 site I'm working on.
On line 46 of library/image.php I modified the imagepng function ...
0
votes
1answer
188 views
Opencart - skip step 2
I'm using OpenCart v. 1.4.9.3 and I'm trying skip step 2 ->
index.php?route=checkout/guest_step_2
Do I need to modify the controller?
p/s: this opencart just for send enquiry no need payment or ...
0
votes
2answers
222 views
how price calculation is done in opencart
In open cart I was building a module and I needed to know how price calculations are done, and I came across this code
$price = ...
0
votes
1answer
82 views
Show fax number in email (Opencart)
I'm using OpenCart v. 1.4.9.3 and I'm trying to put the customer's fax number in the confirmation email. I've tried putting the following in the order_confirm.tpl template, but no avail:
Fax ...
0
votes
2answers
98 views
opencart 1.5.1.3 how to set sale and shipping to one specific country
i am working on opencart 1.5.1.3
i am trying to limit the sale and shipping to one specific country.
i fond one option that is in
system-->localization-->countries
where i can see all list ...
0
votes
1answer
125 views
show currency images (flags) in open cart
is there any way to add currency images (flags) in place of currency text in open cart in header.
i am trying to sort this out from many days but not happening.
and also i want to have jaquery or ...
0
votes
1answer
148 views
Opencart 1.5.1.3 redirect to Home page after login
I am working on Opencart 1.5.1.3.
After logging in I am automatically taken to the My Account Page:
index.php?route=account/account
I want it to go to the Home page instead:
...