Search found 20 matches

Page 1 of 1

Search found 20 matches

Re: AJAX EDIT ORDER PLUGIN

the link to this contribution is broken, may i know where can i download this module please...?

Jump to post
  • Sun May 16, 2010 11:34 am
  • Replies 13
  • Views 2811
ckfinder in opencart not working in firefox 3.6?

Hi, I found that the ckfinder in opencart not working in firefox 3.6. The files in the folder is not shown in the page and the upload button is disabled in Firefox 3.6. However, it works nicely in IE, Google Chorme, Safari. Does anyone encounter this problem? I'm not sure whether this problem happen...

Jump to post
  • Thu Mar 18, 2010 11:21 pm
  • Replies 0
  • Views 608
How to display the User Group in the confirm.tpl page?

May I know how to display the user Group in the confirm.tpl page?

Which file should I edit?

Thanks!

Jump to post
  • Tue Mar 02, 2010 11:02 am
  • Replies 0
  • Views 494
Level for manufacturer (Manufacturer>Location)

Has anyone tried to amend the manufacturer section so we can have manufacturer added in layer like category?

Is it a tough job?

I wish to categorized the manufacturer by location.

Jump to post
  • Wed Feb 24, 2010 10:53 pm
  • Replies 1
  • Views 519
Anyone tried to put the shipping module in the payment page?

Is it possible to put the shipping module in the payment page, index.php?route=checkout/payment ? <?php if ($methods) { ?> <b style="margin-bottom: 2px; display: block;"><?php echo $text_shipping_method; ?></b> <div style="background: #F7F7F7; border: 1px solid #DDDDDD; padding: 10px;...

Jump to post
  • Wed Jan 27, 2010 1:16 pm
  • Replies 0
  • Views 547
Re: Subcatagory

May I know how to change the controller to display the category and sub category in this format? <ul> <li>Main-Category1</li> <li>SubCategory1a</li> <li>SubCategory1b <ul> <li>SubCategory2a</li> <li>SubCategory2b</li> </ul> </li> <li>Main-Category2</li> </ul> The default formatting is like this (if...

Jump to post
  • Tue Dec 29, 2009 2:30 pm
  • Replies 61
  • Views 27637
Re: how to display breadcrumb in between left and right column?

vimal wrote:In the css file. Check for

#breadcrumb {
padding: 0px 0px 5px 15px;
}

Change the value of red number to align it in the center.

Thanks for your suggestion vimal...

However, if i do it that way, the left and right column will appear below the breadcrumb.

Do you have any other idea?

Jump to post
  • Tue Dec 29, 2009 11:02 am
  • Replies 5
  • Views 5870
how to display breadcrumb in between left and right column?

Can I know what file o edit in order to get the breadcrumb display between left and right column(above the page content and not in the header file)? I tried to cut and paste the breadcrumb script from the header.tpl to a new breadcrumb.tpl file. <div id="breadcrumb"> <?php foreach ($breadc...

Jump to post
  • Mon Dec 28, 2009 11:47 am
  • Replies 5
  • Views 5870
Re: Subcatagory

May I know how to change the controller to display the category and sub category in this format? <ul> <li>Main-Category1</li> <li>SubCategory1a</li> <li>SubCategory1b <ul> <li>SubCategory2a</li> <li>SubCategory2b</li> </ul> </li> <li>Main-Category2</li> </ul> The default formatting is like this (if ...

Jump to post
  • Sun Dec 27, 2009 12:44 pm
  • Replies 61
  • Views 27637
Re: PHP help - How to pull sub-category name into Product page

Hi, Have you found the solution? I have tried by calling that portion of the breadcrumb but without success. I've tried your way too. It is working when the url contains http://site.com/ category[/b]/ subcategory /productname If the product is accessed from url: http://site.com/productname, the subc...

Jump to post
  • Sun Dec 27, 2009 12:27 pm
  • Replies 1
  • Views 825
Re: Always show full category path

looking forward for this feature...

Jump to post
  • Sun Dec 27, 2009 12:12 pm
  • Replies 2
  • Views 1039
Re: OpenCart 1.3.4

I would like to comment the following (OC ver 1.3.4). I have for example 2 parent categories: 1. Front Derailleur (seo keyword = front-derailleur) 2. Rear Derailleur (seo keyword = rear-derailleur) And then a subcategory in each above category: 1. Front Derailleur -> SRAM 2. Rear Derailleur -> SRAM...

Jump to post
  • Sun Dec 27, 2009 12:07 pm
  • Replies 88
  • Views 76923
discount coupon on shipping page

How to apply the discount coupon at the shipping page and not the cart page?

Jump to post
  • Wed Dec 23, 2009 3:41 pm
  • Replies 1
  • Views 650
Re: Enable customer to edit the order submitted

Qphoria wrote:it isnt but i can see this being useful, at least to edit the address for corrections.
Hmmm... Ok, I'll try to see what I can do for this part..

Thanks again, Qphoria.. :)

Jump to post
  • Sun Dec 20, 2009 2:03 pm
  • Replies 3
  • Views 1040
Re: only add the last "add to cart" product to basket

Qphoria wrote:1. EDIT: catalog/controller/checkout/cart.php

2. FIND:

Code: Select all

if (isset($this->request->post['quantity'])) {
3. BEFORE, ADD:

Code: Select all

$this->cart->clear();
Qphoria,

Thanks for being so helpful! :D

Jump to post
  • Sun Dec 20, 2009 2:02 pm
  • Replies 2
  • Views 736
Enable customer to edit the order submitted

Is it possible to enable the customer to edit the order after the order submitted?

Eg,

Send the customer back to checkout/shipping.php,checkout/payment.php,checkout/confirm.php... when the customer press edit button in the My Order History?

Jump to post
  • Sun Dec 20, 2009 12:20 pm
  • Replies 3
  • Views 1040
only add the last "add to cart" product to basket

Dear All, I'm thinking of allowing 1 product per order. Thus, I wish to only add the last "add to chart" product to basket. I know there is a thread discussing on limiting the number of product in an order but that is not exactly what i want.. What I wish to get is: Eg, 1. User chosen &quo...

Jump to post
  • Sun Dec 20, 2009 10:00 am
  • Replies 2
  • Views 736
Re: can we skip basket and go direct to shipping page?

1. EDIT: catalog/controller/checkout/cart.php 2. FIND THE FIRST INSTANCE OF: unset($this->session->data['shipping_methods']); unset($this->session->data['shipping_method']); unset($this->session->data['payment_methods']); unset($this->session->data['payment_method']); 3. AFTER, ADD: $this->redirect...

Jump to post
  • Sun Dec 20, 2009 9:49 am
  • Replies 6
  • Views 4455
can we skip basket and go direct to shipping page?

Is it possible to skip index.php?route=checkout/cart and go directly to index.php?route=checkout/shipping when user click on Add to Cart button?

Jump to post
  • Sat Dec 19, 2009 8:30 pm
  • Replies 6
  • Views 4455

Page 1 of 1

Search found 20 matches