Free open source shopping cart system written in PHP and based on MVC architecture

learn more… | top users | synonyms

-4
votes
0answers
35 views

PERL - Failing to send a POST Request to register a new account

I am coding a perl script to register a new account in my website. I used livehttpheaders to sniff the post request sent upon making a new account here is the data i sniffed. ...
0
votes
0answers
13 views

new session opencart checkout

every body, i want to add a new session['abc'] during the checkout Step 5: Payment Method.(1.5.5.1 what i've done: /template/checkout/payment_method.tpl add <input type="hidden" name="abc" ...
1
vote
1answer
10 views

Google Conversion Tracking for OpenCart

I have a serious problem here with the Conversion tracking code of Google. I've searched everywhere to no avail. I need to run this script on my Success page of OpenCart version 1.5.1.3. <!-- ...
0
votes
1answer
25 views

Opencart: Limit shipping on specific product to one Country

Certain products on my site can only be shipped USA wide and not to Canada (As is allowed by the Geozones I created). I need to somehow implement this on my site (prevent users from shipping certain ...
-1
votes
1answer
22 views

How to show OpenCart Parent Categories to Twitter Bootstrap DropDown Main Nav Menu?

I don't know how to ask the question or what terms to use, because I don't know yet PHP. What I'm trying to ask is, how to show the OpenCart Parent Categories to a Twitter Bootstraped Navbar Links? ...
0
votes
1answer
31 views

Opencart page won't redirect

I made a custom payment gateway which works. Now I have integrated 3D secure into the gateway and am having a hard time re-directing after confirming the order. I have tried using ...
-1
votes
1answer
29 views

Remove Opencart Javascript Link [closed]

I want to remove the script lies above the document type declaration of my page. But I can't find it in the header.tpl file. How can I remove it? I think the code of the link of script is written ...
1
vote
1answer
20 views

Opencart: Change page ID path

I'm trying to make my site more SEO friendly and I'm noticing that whenever I go to a product through either a tag or a different page (2,3,4 etc) that it adds it to the URL. For example: ...
0
votes
1answer
24 views

vqmod wildcard search using regex

As an example here I am trying to replace all $this->load->model(*);, the * represents a wildcard search/replace. What is the correct way to do this in a regex? <operation> <search ...
0
votes
1answer
15 views

Manufacturer specific layout override in Opencart

In Opencart it is possible to apply layout override on category and products. What I need to do is to apply layout override on manufacturer page. But I found there is no such option in current ...
0
votes
0answers
11 views

Product multiZoom not working in Opencart [closed]

I want to make product zoom in Opencart working, can somebody explain what I am doing wrong. Here is the Multizoom and CSS javascript source and demo link enter link description here I have created ...
-1
votes
1answer
44 views

Opencart registration page State/region dropdown doesn't load

I'm using opencart 1.5.1 with the theme *crista_blue* which according to their website is compatible with opencart 1.5.1. A very similar question was asked here: -SOLVED- Opencart can't load ...
0
votes
1answer
12 views

What is pd in opencart model files?

I am trying to get a better grasp of Opencart's model files but pd. and p. and c. baffles me. Can someone explain what are they and how to interpret them. Thanks.
-1
votes
1answer
59 views

Website button working for some people but not others ..? [closed]

I have an OpenCart store, and I've recently just applied the 'Sellya' theme on it. URL: http://bit.ly/12AhaoR (Don't worry its not a virus - IP addresses are not allowed here, hence Bit.ly) On this ...
0
votes
1answer
17 views

Fatal error: Class 'Modelpaymentfreecheckout' not found OpenCart

I am running Opencart v1.5.5.1 and all was going well, I am using PayPal for my standard payments which works but as an opening gift I am giving away some products for free. I have set the price to 0 ...
0
votes
2answers
45 views

Opencart: Query the database to get tax_rate data

I'm trying to get a calculator helper in product admin page, near the price input I want to add a textbox that helps users to calculate the price with Tax VAT exluded to insert. It's something similar ...
-1
votes
1answer
28 views

installing an extension using vqmod

I recently installed VQmod for opencart and I've tried to add my first vQmod xml file. The VQmod installation was successful and I see the message VQMOD ALREADY INSTALLED! when I visit the ...
0
votes
1answer
21 views

How to get the option image from order_id

How in Opencart would you get the products + options, say if you know the order_id and I wanted to display an image for each product? The main reason for this is that I want to display a list of ...
0
votes
0answers
17 views

Method for User uploading Large ZIP file to server

I am using OpenCart right now to allow customers to buy products from my website. Once they have successfully purchased an item, I would like them to be able to upload a large file (preferrably via ...
0
votes
0answers
34 views

How to add image manager to the front end of Opencart?

I am currently working on Opencart Eshop. I want to add image manager and image upload functionality to the front end of Opencart. Follow up this link/This links is depends upon on image manager ...
1
vote
2answers
44 views

UTF8 Coding in OpenCart

In OpenCart Daniel includes a UTF8 helper file with various UTF8 functions. Here is my question ... What is the resulting difference (I can't find any) in wrapping utf8 decoded code segments in ...
2
votes
1answer
28 views

Opencart 1.5.5.1: Remove Hidden Products from Featured Module

I set the featured module to show 8 products. I loaded 16 products into the featured module. When I disable one of the products that is showing on the webpage, it does not replace it with an enabled ...
-1
votes
1answer
26 views

Payment gateway not showing up in Opencart checkout page

I have created a custom payment gateway module by following paypal standard module and it shows up fine in checkout page while I tested it in localhost. But in live site after installing and enabling ...
0
votes
1answer
52 views

Opencart ajax post query to database not working

I am testing opencart in XAMPP. I added this extension which checks zip code and enables to give zip code based shipping. Demo is here. It may not be compatible with the latest version. The code was ...
1
vote
1answer
31 views

OpenCart admin menu link url

I'm verry new to OpenCart and I'm trying to make a module for it. I want a link in the admin menu to the module I am creating thus I've edited this file: /admin/view/template/common/header.tpl The ...
1
vote
1answer
46 views

Display Wordpress Menu in OpenCart

I would like to display a Wordpress Menu in the OpenCart Header. In my test.php page I added the following code; <?php require($_SERVER['DOCUMENT_ROOT'].'/wordpress/wp-load.php'); wp_nav_menu( ...
1
vote
1answer
36 views

How to connect opencart with mssql server

Is there any chance of connecting opencart with mssql? Have anyone tried? If so what is the procedure of doing that?
1
vote
1answer
22 views

how to autogenerate transaction ID during checkout in Opencart?

I am trying to integrate a payment gateway (www.sslcommerz.com.bd) in Opencart which requires to submit a transaction id at the time of checkout. This transaction id needs to be stored in the ...
0
votes
0answers
16 views

Opencart filter module won't work properly

Assuming we have e-shop working on opencart and a category "Mobile Phones". Trying to set filter module up like this -Touch screen -Yes -No -Smartphone -Yes -No While choosing a ...
-4
votes
1answer
18 views

I want To take registration Fee in Opencart [closed]

I am developing e-commerce website using opencart framework , now i want to take registration fee $25 while registering user , so how i can implement it or any one have extension for that. please help ...
0
votes
0answers
21 views

Opencart: Trying to expose product “stock_status” field to cart page

I've also posted this in the Opencart forums - lots of views, but no replies. I have my store set up so that customers can pre-order items, but I want to identify which items are preorders in the ...
1
vote
1answer
32 views

How to run a SQL command to update some opencart products to non taxable items?

I currently have about 4000 products in my Opencart 1.5.5.1 store, Currently ALL products are set to "taxable" items. I have about 500 of these products that are in fact "none taxable" products. I ...
-2
votes
0answers
15 views

add quantity beside the products-Opencart [closed]

When we move to products category then beside the products I need an option called "Quantity" with +/- to increase/reduce the products quantity to be added to the cart. How i can get that option in ...
-2
votes
0answers
12 views

beside search box add an cart symbol Opencart- [closed]

If i search a product in search box then the output will be a searched product with "Add To Cart" symbol Beside the product in search box. Thank you
1
vote
1answer
47 views

OpenCart - Showing category description on category menu module

OpenCart - Showing category description on category menu module. try to display category image and description on category list, Image working fine but the description of the category doesn't work. ...
0
votes
1answer
80 views

Opencart Admin Access: Invalid token session. Please login again

Version No. Version 1.5.4 When I try to log into my admin account on this computer the error message "Invalid token session. Please login again." pops up, this error has been occurring since ...
0
votes
1answer
58 views

Why does my javascript not update quantity in Opencart category.tpl

In category.tpl Opencart 1.5.x I'm trying to add quantity to the add to cart button. <div class="cart"> <input type="text" name="quantity<?php echo $product['product_id']; ?>" ...
-2
votes
1answer
29 views

Label and text field not aligned together?

I have yet another alignment issue that needs to be solved. I'm no CSS expert, so I need the experts' help. I have tried playing around in Firebug but I couldn't figure it out. Site where this issue ...
0
votes
4answers
57 views

What Commands to use, when using grep, when One Would Want To Search for a Text Inside A Folder with several PHP Files? [closed]

I want to search for a text string inside a php files. But for me to make the search, I will have to open the .php files one after another. I am not a programmer, but I am learning by my own. I am ...
-1
votes
2answers
50 views

SQL help - Need one row for each product, not one row for each attribute?

I'm trying to query my opencart database and I want to get all the attributes in a row that pertain to that certain product(if that's possible). Here is what I have so far. It provides all the ...
1
vote
1answer
70 views

Opencart: Remove page ID path from URL

I'm trying to make my site more SEO friendly and I' noticing that whenever I go to an product through either a tag or a different page (2,3,4 ect) that it adds it to the URL. For example: ...
0
votes
0answers
33 views

Opencart- Advanced search options

I have a question: I need a search box with sub categories like as follows, search for SMART PHONES should show as SAMSUNG -> Samsung models, NOKIA -> Nokia models, APPLE -> Apple models, ... How I ...
1
vote
1answer
66 views

How to create a landing page with OpenCart, using OpenCart only?

What if one would want to create a landing page/home page for opencart? How does someone will supposed to do that? A landing page or home page, using only opencart and no other means. -- ...
0
votes
1answer
70 views

Every page is redirected to 404 page in opencart except Product page

Hello guys i m facing a problem please help. I m using OpenCart(Version 1.5.5.1). but from the last day i find that my every poge is redirected to 404 Error page Except Product page. i couldn't find ...
0
votes
1answer
21 views

Can't open subdirectory with Opencart

I have a problem with opening my subdirectories. I have Opencart installed in the root of my server. I have some other subdirectories with other things like scripts and pages. When i try to open them, ...
1
vote
0answers
72 views

Opencart enabling SEO url leads to 404 error

I'm using opencart version 1.5.5.1 for our website. When I enable seo in admin section the urls lead to 404. My site url is https://www.domain.com/dev/. The .htaccess file content is as follows: # ...
1
vote
1answer
45 views

Display special products in every category, showing only products related to that category

Is it possible to display special products in every category, showing only products that are related to that category? For example, if category is "Nokia", show specials that are only under Nokia, and ...
1
vote
1answer
38 views

How to change/modify the default location of OpenCart Theme Files?

How to change/modify the default location of OpenCart Theme Files? How to exacly do this? let's say, one would want to put his theme files in the root folder, and the theme should work, wherever ...
1
vote
2answers
34 views

Opencart: Cannot update order programmatically

I'm developing a payment gateway extension on Opencart. The extension is all completed and working fine as planned. One thing does not seem to be working which is updating order. I'm trying to ...
1
vote
1answer
20 views

setting up email with domain (opencart)

I've started running a business online and need some help with correctly setting up my email accounts. Currently my website is hosted by 000webhost which isn't great but is doing the job at the ...

1 2 3 4 5 20