Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OcMod on OC 2.0.1.1 not correct search code #2855

Closed
pro100Hub opened this issue Apr 3, 2015 · 1 comment
Closed

OcMod on OC 2.0.1.1 not correct search code #2855

pro100Hub opened this issue Apr 3, 2015 · 1 comment

Comments

@pro100Hub
Copy link

For example, I want to replace a piece of this code:

 <h2><?php echo $heading_title; ?></h2>
  <?php if ($thumb || $description) { ?>
  <div class="row">
    <?php if ($thumb) { ?>
    <div class="col-sm-2"><img src="<?php echo $thumb; ?>" alt="<?php echo $heading_title; ?>" title="<?php echo $heading_title; ?>" class="img-thumbnail" /></div>
    <?php } ?>
    <?php if ($description) { ?>
    <div class="col-sm-10"><?php echo $description; ?></div>
    <?php } ?>
  </div>
  <hr>

How to do it through a modifier (ocmod)? OcMod after replacing writes: "Not Found"
How to add an additional .css style through modifier (ocmod)?

@jamesallsup
Copy link
Contributor

Use the forum for generic questions, GitHub is for BUG REPORTING only.

http://forum.opencart.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants