Search found 126 matches

Search found 126 matches

Re: [FREE GIVEAWAY] Quick Edit Admin Panel for Opencart

stokeyblokey, wow - thanks for taking the time to list the vQmod extensions that run along side Quick Edit without conflict, and for leaving the 5* review! It is very much appreciated! Ok, so I can address the 'feature' that you mentioned in your 2nd edit and will implement the changes it in the nex...

Jump to post
  • Thu Mar 06, 2014 5:52 pm
  • Replies 22
  • Views 14339
Re: E-mail Coming from Wrong Store

It's an easy thing to do, bet when you were typing it for your previous client you didn't expect you'd ever have to come back to it.

jgsw

Jump to post
  • Thu Mar 06, 2014 5:36 pm
  • Replies 6
  • Views 874
Re: [FREE GIVEAWAY] Quick Edit Admin Panel for Opencart

hi stokey,

I'll send a pm over now. Let me know how you get on would be great to know the extension doesn't conflict with popular vQmods.

jgsw

Jump to post
  • Wed Mar 05, 2014 7:27 pm
  • Replies 22
  • Views 14339
Re: external url

hi, By creating a new field in the db you'll have to edit the product model, controller, language and template files in both admin and catalog. It might (definitely will be) be easier for you to use an existing product field, SKU, UPC etc. That way you can get away with only editing controller and t...

Jump to post
  • Wed Mar 05, 2014 6:06 am
  • Replies 1
  • Views 253
Re: [FREE GIVEAWAY] Quick Edit Admin Panel for Opencart

Hi TAC, well with a bit of luck you'll love the extension and recommend it to your clients ;) pm is on its way

jgsw

Jump to post
  • Wed Mar 05, 2014 1:07 am
  • Replies 22
  • Views 14339
Re: #header #cart .heading

alain, this looks like in-line styling... take a look in your header.tpl to see if it is in there

jgsw

Jump to post
  • Tue Mar 04, 2014 7:19 pm
  • Replies 2
  • Views 331
Re: E-mail Coming from Wrong Store

Hi Red, does it ring a bell that you set up a controller php file to send out the email? something similar to this? $mail = new Mail(); $mail->protocol = $this->config->get('config_mail_protocol'); $mail->parameter = $this->config->get('config_mail_parameter'); $mail->hostname = $this->config->get('...

Jump to post
  • Tue Mar 04, 2014 6:01 am
  • Replies 6
  • Views 874
Re: Grey out Add to Cart Button --> not logged in - 1.5.6.1

to grey out you can set opacity to say 0.5

In the code that you posted try replacing

Code: Select all

style="cursor:default"
with

Code: Select all

style="cursor:default; opacity:0.5;"
jgsw

Jump to post
  • Tue Mar 04, 2014 5:51 am
  • Replies 4
  • Views 682
Re: Merge name and surename field

Hi jidol, This is a smart idea. I like your thinking that it may improve UX. The approach that I would take is ... 1) make a new input field for the full name 2) code a jquery script to split the full name (at the space) and put the result text into the first name and last name input fields 3) set t...

Jump to post
  • Tue Mar 04, 2014 4:20 am
  • Replies 3
  • Views 848
Re: Asign the second image of the product to google_base ima

Hellp Zarco, you could try adding this before the code that you posted ... $additionalimages = $this->model_catalog_product->getProductImages($this->request->get[$product['product_id']]); if (isset($additionalimages[0])) { $product['image'] = $additionalimages[0]; } It's untested but is should be al...

Jump to post
  • Tue Mar 04, 2014 4:05 am
  • Replies 9
  • Views 1571
Re: Move refine search box

Thought you were about to break things with an extra </p> before you edited your post ;)

glad I could help you out

jgsw

Jump to post
  • Tue Mar 04, 2014 1:29 am
  • Replies 4
  • Views 639
Re: Move refine search box

hi sytra, I think this should do it... you need to head to catalog/view/theme/default/template/product/search.tpl change <?php if ($sub_category) { ?> <input type="checkbox" name="sub_category" value="1" id="sub_category" checked="checked" /> <?php }...

Jump to post
  • Tue Mar 04, 2014 1:00 am
  • Replies 4
  • Views 639
Re: Changing additional-images position

Hi, yes I remember ;) well done finding the conflict, sometimes finding the source of a problem like that can take a long time!

If the original question has been answered can you edit the title of the post to include [Solved] so that other users can find it.

jgsw

Jump to post
  • Mon Mar 03, 2014 10:34 pm
  • Replies 9
  • Views 1871
Re: [FREE GIVEAWAY] Quick Edit Admin Panel for Opencart

raylus, thanks for the support, hope you have continued success with your projects

maccadon, no problem - pm sent

Jump to post
  • Mon Mar 03, 2014 10:19 pm
  • Replies 22
  • Views 14339
Re: Changing additional-images position

Ok so the popup error is a different problem. I've corrected your file, you pasted the code 2 lines too high (easy mistake to make). It was within the price container, i.e. after <div class="price"> but before its corresponding </div> Next (if you're using default theme) you need to go to ...

Jump to post
  • Sat Mar 01, 2014 9:39 pm
  • Replies 9
  • Views 1871
Re: [Released] [vQmod] Quick Edit Admin Panel for Opencart

OK so I'm going to run a little promo here for this extension... Background: Quick Edit Admin Panel is my best selling extension, I'm extremely pleased with the positive reviews that opencart users have posted. Hopefully this promo will let a few more opencart users know about my time saving extensi...

Jump to post
  • Sat Mar 01, 2014 8:18 pm
  • Replies 22
  • Views 14339
Re: Changing Featured module font size

Hi vapestore, You've got the langauge file open there, you need to head over to catalog/view/theme/default/template/module/featured.tpl Change <?php echo $heading_title; ?> to <h1><?php echo $heading_title; ?></h1> Make a backup before editing and consider using vqmod to make the above changes. jgsw

Jump to post
  • Sat Mar 01, 2014 5:54 pm
  • Replies 4
  • Views 1805

Search found 126 matches