Search found 37 matches

Search found 37 matches

Change Body tag Css

Hello Does any one have an idea where this gets generated: <body class="common-home" style="position: relative; min-height: 100%; top: 40px;" cz-shortcut-listen="true"> I know the body class is generated here: catalog/controller/common/header.php // For page specific cs...

Jump to post
  • Fri Sep 04, 2015 9:31 pm
  • Replies 2
  • Views 1294
Re: Get frontend template dir from admin side

Get front end theme path

Code: Select all

$path = str_replace("admin", "catalog", DIR_TEMPLATE);
$path = str_replace("template", "theme", $path);
$path .= $this->config->get('config_template');

Jump to post
  • Sun Jul 26, 2015 9:25 pm
  • Replies 3
  • Views 934
Re: Get frontend template dir from admin side

I know...
I was referring to define('DIR_TEMPLATE', '/PATH/Site.com/catalog/view/theme/');
This is defined on "client" side OR frontEnd...

So, is there a way to access this var or just redefine it on Admin side??

Jump to post
  • Sat Jul 25, 2015 10:08 pm
  • Replies 3
  • Views 934
Get frontend template dir from admin side

Hello
How can I get DIR_TEMPLATE . $this->config->get('config_template') for frontend from admin side?

Thanx

Jump to post
  • Thu Jul 23, 2015 5:21 am
  • Replies 3
  • Views 934
Re: VQManager trouble

You are right!! O0

I think this should be mentioned some where if it's not!

Jump to post
  • Wed Sep 04, 2013 11:09 pm
  • Replies 4
  • Views 1618
Re: VQManager trouble

Thanx, will givit a try O0

Jump to post
  • Wed Sep 04, 2013 12:42 pm
  • Replies 4
  • Views 1618
VQManager trouble

Hello, I have installed a new instance of OC 1.5.5 I must state right now - i have repeated the installation 3 times!! just to be sure before I post here, that I have not made any mistakes. SO: oc v1.5.5 vqMod v2.4.1 vqmodmanagerv2.0.1oc1.5.x I have done this so many times I don't see why this is go...

Jump to post
  • Wed Sep 04, 2013 4:53 am
  • Replies 4
  • Views 1618
Re: StyleSheet & Slideshow CSS NOT LOADING

Thank you guys.
None of the suggestions worked so I replaced the entire installation.
jad O0 eye

Jump to post
  • Fri Aug 16, 2013 5:57 pm
  • Replies 6
  • Views 1710
StyleSheet & Slideshow CSS NOT LOADING

Hello,

Can any one help and tell me why stylesheet.css & slideshow.css are not loading?

http://oc150.ndroidians.com/

I have cleared the cache, cleared the vqmod cache...
Cleared browser cache, tried 2 different browsers...

Console says it is canceled...why??

Thank you... O0

Jump to post
  • Fri Aug 16, 2013 3:27 am
  • Replies 6
  • Views 1710
Re: Date Picker on Insert Categories

Hello matt1982,

Any luck resolving the problem??

I am trying to use datePicker myself and I cant seem to get it going....
Neither as id nor as class="hasDatepicker".

Anyone has a solution??

Thank you.

Jump to post
  • Sat Jun 15, 2013 8:07 pm
  • Replies 4
  • Views 2003
Re: Blurry Images...

Hello,

Did anyone resolve this??

I have the same problem.

Jump to post
  • Mon Mar 18, 2013 3:16 pm
  • Replies 15
  • Views 14651
Re: [vQmod] - Full Option Price

Hello Qphoria,

Thank you for sharing you contribution with all.

Has any one tried it with OC v.1.5.0?

If not, how difficult would it be to do it?

Thanx,

A Free Contributor - jadeye - http://www.gushpetshop.com

Jump to post
  • Sat Mar 09, 2013 6:09 pm
  • Replies 76
  • Views 84792
Re: [vQmod]Product Display Settings (free)

Dear florinsith,

Thumbs up for the work!!! :)

How difficult will it be for you to modify this for OC v1.5.0??

Thanx,

A Free Contributor - jadeye - http://www.gushpetshop.com

Jump to post
  • Sat Mar 09, 2013 6:05 pm
  • Replies 133
  • Views 70615
Adding auto Zipcode to zone

Hello everyone, I am trying to create a free VQMod: 1. That will add zipcode per zone in zone table and view. 2. Once a customer registers, by clicking on a Country->Zone, Post Code will be automatically filled in - since alot of people do not remember their zip codes. 3. Thus enabling the admin to ...

Jump to post
  • Sat Mar 09, 2013 6:00 pm
  • Replies 0
  • Views 1007
Re: Language does not change on click

Yes I do.

It works but as far as z-index goes I thought you might have something to say.

Thank you anyways :)

Jump to post
  • Wed Feb 20, 2013 6:52 pm
  • Replies 4
  • Views 345
Re: Language does not change on click

Thank you avvici O0

Happy Purim :joker:

So if my css is:
#language {
position: absolute;
top: 45px;
left: 335px;
width: 75px;
color: #999;
line-height: 17px;
}

I tried adding:
z-index: 1;

And it worked.

Any suggestions??

JadeYe

Jump to post
  • Tue Feb 19, 2013 4:46 am
  • Replies 4
  • Views 345
Re: How to require minimum order total?

Hey guys, It is in the same folder just a different file: confirm.tpl catalogue/view/theme/default/template/checkout/confirm.tpl Line 46 (at least on mine site): <?php if ($this->cart->getSubtotal() >= XXX) { ?> <div class="payment"><?php echo $payment; ?></div> <?php } else { ?> <div clas...

Jump to post
  • Mon Feb 18, 2013 5:49 pm
  • Replies 5
  • Views 4518
Language does not change on click

Hello every1. I have 2 languages on my shop. Hebrew is defined as default. On first upload of the website (clear cache) it start off with Hebrew all right. English is the second language and is clickable. But after you switch to ENG U can not change back. Can anyone point me to the bug that is makin...

Jump to post
  • Sun Feb 17, 2013 4:23 am
  • Replies 4
  • Views 345
Re: [Extension] Invoice to PDF 1.2 release (also support thr

No one has a solution I guess...no one has answered...not even the developer and I wrote him personally. Too bad ...it was also causing errors on the admin orders model. I uninstalled it. Hello & thank you for the work you have put in to this Invoice to PDF extension... I have installed it twice...

Jump to post
  • Tue Jan 29, 2013 2:07 pm
  • Replies 67
  • Views 45496

Search found 37 matches