Search found 7 matches

Page 1 of 1

Search found 7 matches

Re: Multistore links problem

catalog/model/tool/image.php: return $this->config->get('config_url') . 'image/' . $new_image; which you should probably replace to return '/image/' . $new_image; admin/model/tool/image.php: return HTTP_CATALOG . 'image/' . $new_image; which you should probably replace to return '/image/' . $new_im...

Jump to post
  • Thu Jun 25, 2015 11:43 pm
  • Replies 6
  • Views 1237
Re: Multistore links problem

I don't know what model/image.php you refer to but it uses DIR_IMAGE only to be able to get images and process them. DIR_IMAGE has nothing to do with how the final URL should look like. What you need can be probably achieved with some extension. Update: Also you can modify the code of your theme (i...

Jump to post
  • Thu Jun 25, 2015 7:11 pm
  • Replies 6
  • Views 1237
Re: Multistore links problem

creating new store in admin pannel and putting in store url ../publick_html/myopencartsite/foto/ This is not a valid store URL to put So well, in my secondstore all the image link have http://.../ foto/image/... I dont really understand why. Can somebady explain it?? Because you have put your site ...

Jump to post
  • Thu Jun 25, 2015 6:25 pm
  • Replies 6
  • Views 1237
Multistore links problem

Well, i am trying to make 2 stores. i am going to do them with different themes, so i have created 2 opencart foldera: i have created ../publick_html/myopencartsite i installed opencart here and when i have copyed everything from myopencartsite ../publick_html/myopencartsite/foto creating new store ...

Jump to post
  • Thu Jun 25, 2015 7:33 am
  • Replies 6
  • Views 1237
Re: Functions/manula/guides for create products/categori php

Well i found function addCategory($data) in admin/model/catalog/category.php
Now i am investigating how it works, somebady hame some documentation??

Jump to post
  • Sat Jun 20, 2015 11:41 pm
  • Replies 2
  • Views 1025
Functions/manula/guides for create products/categori php

Well i was looking for some manual for create new products and categories from php code, but i couldnt get some examples. Well what i want, i want to create products and subcategories for them way php code and text. I found some functions like this: $productData = array( 'name' => 'Product Name Here...

Jump to post
  • Sat Jun 20, 2015 12:46 am
  • Replies 2
  • Views 1025
Problem with ajax

Well, i am trying to end wia email sizes of some produst from user to admin first i am adding inputs and jS/JQ code to my product. In my JQ code i am sending data, its tested and works if($.isNumeric($(".telephone").val())){ str = "http://probasait.esy.es/?route=information/controlpos...

Jump to post
  • Thu Jun 11, 2015 12:25 am
  • Replies 0
  • Views 390

Page 1 of 1

Search found 7 matches