Search found 27 matches

Search found 27 matches

Hide custom menu when specified Group cusomer logg

I have 3 Groups in my OpenCart Admin, as follows: Owner Seller Guest in my database id: owner = id 1, seller = id 2, guest = id 3 my opencart website can access only if customer logged in, thats working fine, i had added a custom menu button my site header, for example: <a href="<?php echo $cus...

Jump to post
  • Thu Mar 28, 2013 7:05 pm
  • Replies 0
  • Views 236
A Customer can access another customer data

i have 3 customer groups my openacart admin, that Owner Seller Guest my question is, how to access group id 2 and 3 customers order information from group id 1 customer account.? i mean owner need to check seller and guest order history... how owner can access other customer data.? any idea.? thanks...

Jump to post
  • Sun Jan 27, 2013 11:08 pm
  • Replies 0
  • Views 207
Customer Group Login redirect to different pages

hai everyone, i had added 3 customer groups my openacart admin, that 1. owner 2. seller 3. guest what i am looking for when this customer login each group customers want redirect to different pages... for example: if owner login - redirect to (ownerpage.php) if seller login - redirect to (sellerpage...

Jump to post
  • Mon Jan 21, 2013 4:56 pm
  • Replies 1
  • Views 456
Customer Profile Photo upload

hai friends,
anybody knows that how to add customer their own profile image (avatar) for their account page.? is it possible.?

if anyone got any idea please help me.
thanks

Jump to post
  • Mon Nov 19, 2012 5:16 pm
  • Replies 2
  • Views 1825
Re: Product Name Print Several times, How to fix.?

i find out the solution... its very simple

find this code:

Code: Select all

GROUP_CONCAT(pd.name) AS pdtname,
Replace with:

Code: Select all

GROUP_CONCAT(DISTINCT pd.name) AS pdtname,
and

Find this code:

Code: Select all

GROUP_CONCAT(op.model) AS model,
Replace with:

Code: Select all

GROUP_CONCAT(DISTINCT op.model) AS model,

Jump to post
  • Wed Nov 07, 2012 7:05 pm
  • Replies 1
  • Views 155
Product Name Print Several times, How to fix.?

i had added the following module for my order report list... http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3597&filter_search=order%20list%20filter%20model&page=4 I have problems with the column "Products". If there are more than one option the p...

Jump to post
  • Wed Nov 07, 2012 6:44 pm
  • Replies 1
  • Views 155
Re: order list filter "model".?

hai friends, at last i findout a FREE module for my problems, if anybody face this issue please follow this module...
http://www.opencart.com/index.php?route ... del&page=4

Jump to post
  • Sun Nov 04, 2012 11:18 pm
  • Replies 2
  • Views 563
order list filter "model".?

Hai friends how can i add filter option "model" for order list.?

when filtering model number i want display products that ordered if that model matched...

i will add a image here for what i really mean
any idea about it.?

Jump to post
  • Fri Nov 02, 2012 2:25 am
  • Replies 2
  • Views 563
Jquery mobile ui-btn-active in navbar

I've been trying to get this to work for 4 days now, with no luck. I have a very simple jquery mobile app. The app has a header, content and footer. The footer is being generated dynamically, like same our opencart footer template because it is always the same and I don't want to have its HTML in ev...

Jump to post
  • Sat Oct 06, 2012 3:51 pm
  • Replies 0
  • Views 548
Re: Multi stores with multi domains

labeshops wrote:Mobile depends on the theme you are using and any mobile plugins you might be using. The responsive themes auto resize for mobile. Check your site from a mobile device and see if you like it then go from there. You can edit a mobile template the same way you edit any template.
thanks

Jump to post
  • Sat Oct 06, 2012 3:46 pm
  • Replies 53
  • Views 35188
Re: "Down payment" module for Opencart?

anyone can suggest me how i calculate this amount...??? sorry i am new in PHP

Jump to post
  • Thu Oct 04, 2012 3:23 pm
  • Replies 4
  • Views 578
Re: Multi stores with multi domains

hai friends, got a error when pointing two subdomain... my main domain all pages working well, but my subdomain when click some products its "product not found"... why its happen..??? any solutions..??? thanks... If only on some products, my guess is you forgot to assign them to the secon...

Jump to post
  • Thu Oct 04, 2012 3:17 pm
  • Replies 53
  • Views 35188
Re: Multi stores with multi domains

hai friends,

got a error when pointing two subdomain...
my main domain all pages working well, but my subdomain when click some products its "product not found"... why its happen..??? any solutions..???

thanks...

Jump to post
  • Thu Oct 04, 2012 2:15 am
  • Replies 53
  • Views 35188
Re: "Down payment" module for Opencart?

The only thing even close to getting you what you want is a recurring payment program. Even this won't cut it because that's based on firm dates. You require a second payment after item is shipped. The issue is the CC number. You don't want to store this info in your database so it will have to eit...

Jump to post
  • Wed Oct 03, 2012 11:58 pm
  • Replies 4
  • Views 578
how to get total product quantity in checkout confirm?

hai friends.. how to get total product quantity in checkout confirm? i need when customer go to checkout steps show total products quantity that customer added cart in confirm page... so how can i add this field..???? anybody can help me.?? i will add here a photoshop edited image for what i mean th...

Jump to post
  • Wed Oct 03, 2012 11:40 pm
  • Replies 1
  • Views 388
how to get total product quantity in checkout confirm?

hai friends..
how to get total product quantity in checkout confirm?

i need when customer go to checkout steps show total products quantity that customer added cart in confirm page...
so how can i add this field..????
anybody can help me.??

thanks...

Jump to post
  • Wed Oct 03, 2012 11:40 pm
  • Replies 0
  • Views 192
Re: Adding comment textarea in checkout - step 6

hai u got this solution..??? if got already can you please help me.?

Jump to post
  • Mon Oct 01, 2012 3:24 pm
  • Replies 5
  • Views 1124
Re: Comments in 6th step of checkout

hai, i m also looking same issue... did u findout this..???

Jump to post
  • Mon Oct 01, 2012 12:43 am
  • Replies 7
  • Views 1783

Search found 27 matches