Search found 9 matches

Page 1 of 1

Search found 9 matches

Re: No confirmation when review submitting opencart 2.0.1.1

onlinemarketer wrote:Hey, the guy in the bugs forum figured it out - I had email when review submitted selected in the settings - this seems to break the green confirmation banner - give it a go on your open cart, could be fixed with an OCMod while the guys work to get this bug fixed.
Wow! Thank you for your answer!

Jump to post
  • Sun Feb 08, 2015 7:04 am
  • Replies 8
  • Views 1547
Flat rate shipping with dropdown menu

Hello!

Could someone help me to create flat rate shipping module with dropdown menu for opencart 2.0.
Trying to create something like this

Many thanks!
Aleksandr

Jump to post
  • Tue Jan 06, 2015 1:11 am
  • Replies 1
  • Views 1010
Re: Add Description to Banner

/catalog/model/design/banner.php <?php class ModelDesignBanner extends Model { public function getBanner($banner_id) { $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "banner_image bi LEFT JOIN " . DB_PREFIX . "banner_image_description bid ON (bi.banner_image_id = b...

Jump to post
  • Sat Dec 20, 2014 1:24 am
  • Replies 5
  • Views 10725
Re: Add Description to Banner

/admin/model/design/banner.php <?php class ModelDesignBanner extends Model { public function addBanner($data) { $this->event->trigger('pre.admin.banner.add', $data); $this->db->query("INSERT INTO " . DB_PREFIX . "banner SET name = '" . $this->db->escape($data['name']) . "', ...

Jump to post
  • Sat Dec 20, 2014 1:23 am
  • Replies 5
  • Views 10725
Re: Add Description to Banner

Modified files in Opencart 2.0.1.1 /admin/controller/design/banner.php <?php class ControllerDesignBanner extends Controller { private $error = array(); public function index() { $this->load->language('design/banner'); $this->document->setTitle($this->language->get('heading_title')); $this->load->m...

Jump to post
  • Sat Dec 20, 2014 1:22 am
  • Replies 5
  • Views 10725
Add Description to Banner

Hello! I was trying to add description textfield to the display/banner in Opencart 2.0.1.1 using manuals from 1.5.x And now description is working but not correctly. For example, if I add description to image, I can see it on the site (FRONT-END), but i can't see or modify it in admin (BACK-END). In...

Jump to post
  • Sat Dec 20, 2014 1:19 am
  • Replies 5
  • Views 10725
Re: 1.5.6 Как изменить размер product image и кол-во столбцо

Это делается через CSS, как написано выше, но не советую ставить более 300px

Jump to post
  • Sun Apr 13, 2014 1:30 am
  • Replies 6
  • Views 7992
Re: Language select problem

I believe this should do it <?php if (count($languages) > 1) { ?> <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="lform"> <div id="language"> <ul class="currence"> <?php foreach ($languages as $languag...

Jump to post
  • Mon Jun 17, 2013 9:49 pm
  • Replies 3
  • Views 1430
Language select problem

Hi! I have a problem with language secting. I can't select any language, just nothing happen. Sorry about my bad english.. <?php if (count($languages) > 1) { ?> <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data"> <div id="language&quo...

Jump to post
  • Mon Jun 17, 2013 5:00 pm
  • Replies 3
  • Views 1430

Page 1 of 1

Search found 9 matches