Search found 6 matches

Page 1 of 1

Search found 6 matches

Re: Custom Product Page

Hello.

I'm a web-developer.
Please, answer me to the following question "Why do you need custom product/s page?".
What is the purpose of this idea?

BR,
Leonid Dashko.

Jump to post
  • Mon Jul 11, 2016 5:45 pm
  • Replies 20
  • Views 18500
Re: Problem with adding/editing code by using OCMOD in index

cyclops12 wrote:why are you putting code into the index.php files ??

just asking!
As it shown above, it needs to include my own library and for further using it on others pages in both admin/catalog directories.

Jump to post
  • Tue Mar 22, 2016 2:44 am
  • Replies 2
  • Views 191
Problem with adding/editing code by using OCMOD in index.php

Hello. Does anybody know how I can add my own code in files "index.php", "admin/index.php" by using OCMOD? My OCMOD's code is next: <?xml version="1.0" encoding="utf-8"?> <modification> <name>Shipping method Delivery</name> <code>Shipping method Delivery</code...

Jump to post
  • Tue Mar 22, 2016 2:28 am
  • Replies 2
  • Views 191
Re: Create own library in the opencart. Problem with using D

I've done it! require_once(DIR_SYSTEM . 'library/shippingDelivery.php'); $delivery_library = new ShippingDelivery($registry); $registry->set('shipping_delivery', $delivery_library); Thus we can use others throwing varible $registry. And in our class we can use DB and other components: class shipping...

Jump to post
  • Tue Mar 22, 2016 2:21 am
  • Replies 1
  • Views 827
Re: vQmod To OCMod Conversion Thread

Hello!

I tried to modify the file "admin/index.php" and I have done it successfully.
But how can I modify file "index.php" which is located in the main folder of the site through using OCMOD?

Thanks in advance!

Jump to post
  • Tue Mar 22, 2016 12:36 am
  • Replies 58
  • Views 46850
Create own library in the opencart. Problem with using DB

Hi all! When I tried to create my own library with using database queries, I've got an error that I couldn't use a connection to the database. Notice: Undefined property: ShippingDelivery::$db in J:\home\techno\www\system\library\shippingDelivery.php on line 44 Fatal error: Call to a member function...

Jump to post
  • Thu Mar 17, 2016 11:20 pm
  • Replies 1
  • Views 827

Page 1 of 1

Search found 6 matches