Hi, someone has idea what contributions have been used to make this shop?
http://www.ainterolherbs.com/advanced_search.php
Thanks to all
Latest News: (loading..)
contributions list
Started by luigicosta, Jan 06 2012, 21:25
10 replies to this topic
#1
Posted 06 January 2012, 21:25
#2
Posted 06 January 2012, 21:31
Luigi,
Not many, the site is pretty basic from the catalog side.
I can only see an SEO URL contribution and perhaps a real time shipping estimator.. Other than that, it is just a template.
Chris
Not many, the site is pretty basic from the catalog side.
I can only see an SEO URL contribution and perhaps a real time shipping estimator.. Other than that, it is just a template.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#3
Posted 07 January 2012, 08:25
many thanks I think I will have 'a little bit more study
however, in summary I need to change the files in home / includes
right?
thanks
however, in summary I need to change the files in home / includes
right?
thanks
#4
Posted 07 January 2012, 15:43
Quote
however, in summary I need to change the files in home / includes
right?
right?
In summary, there are many files that need to be edited.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#5
Posted 11 January 2012, 08:05
I know but the menu categories is not easy to change and also I do not find any contributions
What do I do?
any ideas?
because the new version of oscommerce 2.3 are very different from the previous and I can not understand well how to change.
specifically the damn categories
thanks
What do I do?
any ideas?
because the new version of oscommerce 2.3 are very different from the previous and I can not understand well how to change.
specifically the damn categories
thanks
#6
Posted 11 January 2012, 08:08
Luigi,
You can read Basics for Design 2.3.1 to help you with the layout. The categories on the reference site are NOT modified, they are standard with osCommerce.
Chris
You can read Basics for Design 2.3.1 to help you with the layout. The categories on the reference site are NOT modified, they are standard with osCommerce.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#7
Posted 11 January 2012, 21:21
Yes, thanks Chris, that's something ....
but I'm not agree when he says that is equal
There were several files in the previous version with different names like:
column_left.php
column_right.php
etc. ..
and inside were made with the tables.
and now? css .... do not understand anything ....
???
but I'm not agree when he says that is equal
There were several files in the previous version with different names like:
column_left.php
column_right.php
etc. ..
and inside were made with the tables.
and now? css .... do not understand anything ....
???
#8
Posted 11 January 2012, 21:52
catalog\includes\modules\boxes\bm_categories.php
$data = '<div><h3><b>--------</b></h3></div>' .
'<div><h3>qua qua qua </h3></div>' .
'<div><h3>' . MODULE_BOXES_CATEGORIES_BOX_TITLE . '</h3></div>' .
'<div><h3><table border="1"><tr><td>' . $categories_string . '</td></tr></table></h3></div>' .
'<div><h2>@@@</h2></div>';
return $data;
}
why not work?????
www.maslame.it
thanks
$data = '<div><h3><b>--------</b></h3></div>' .
'<div><h3>qua qua qua </h3></div>' .
'<div><h3>' . MODULE_BOXES_CATEGORIES_BOX_TITLE . '</h3></div>' .
'<div><h3><table border="1"><tr><td>' . $categories_string . '</td></tr></table></h3></div>' .
'<div><h2>@@@</h2></div>';
return $data;
}
why not work?????
www.maslame.it
thanks
#9
Posted 11 January 2012, 22:36
where is the function $categories_string ???????
damm oscommerce.................
damm oscommerce.................
#10
Posted 11 January 2012, 23:11
luigicosta, on 11 January 2012, 21:21, said:
Yes, thanks Chris, that's something ....
but I'm not agree when he says that is equal
There were several files in the previous version with different names like:
column_left.php
column_right.php
etc. ..
and inside were made with the tables.
and now? css .... do not understand anything ....
???
but I'm not agree when he says that is equal
There were several files in the previous version with different names like:
column_left.php
column_right.php
etc. ..
and inside were made with the tables.
and now? css .... do not understand anything ....
???
Luigi,
v2.3.1 uses CSS, Divs and Jquery where the previous versions did not. The basics for design 2.3.1 thread I mentioned covers a lot of the things you will need to know in order to change the layout and design of a new v2.3.1 installation.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#11
Posted 12 January 2012, 10:52
Hi, chris, I try to take a look inside css and jquery....
but now I have a little problem....
why not work???
thanks
but now I have a little problem....
<table width="190" border="1"><tr><td width="190" height="40" background=' . tep_image(DIR_WS_IMAGES . '/c_bg6.gif') .'></td></tr></table>
why not work???
thanks














