Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
countrycharm
Thanks Clyde for the help. I just can not seem to get it like I want it so I will leave it alone. Looks OK to me except the model number. How do I move it above the price and inline. Also how can I move the add to cat box to the left some. Every time I try to move it, it want move for some reason.
As I said, its a matter of moving sections of code around within the tpl_pproduct_info_display.php file.
find the following section:
PHP Code:
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList" class="floatingBox back">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
and move it to below this line of code:
PHP Code:
<!--eof Product Name-->
----------------
for the add to cart box, open your stylesheet.css
find the following section
#cartAdd {
float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;
}
make any adjustments you feel necessary.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
clydejones
As I said, its a matter of moving sections of code around within the tpl_pproduct_info_display.php file.
find the following section:
PHP Code:
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList" class="floatingBox back">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
and move it to below this line of code:
PHP Code:
<!--eof Product Name-->
----------------
for the add to cart box, open your stylesheet.css
find the following section
#cartAdd {
float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;
}
make any adjustments you feel necessary.
Thanks Clyde. I have another question for you. If I want to center everything on my page picture, item name, model number and so on, where is the code in the style sheet to do that. I have been working on this for about an hour now and I just can not seem to be able to find the code to move it. Thank You again for your help.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
countrycharm
Thanks Clyde. I have another question for you. If I want to center everything on my page picture, item name, model number and so on, where is the code in the style sheet to do that. I have been working on this for about an hour now and I just can not seem to be able to find the code to move it. Thank You again for your help.
You could try installing this add-on
www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_62&products_id=482
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
clydejones
I tried that add on but it mess things up worse. It doesn't shift to the middle. I don't understand whats going on. Take a look here, or Here
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
countrycharm
I tried that add on but it mess things up worse. It doesn't shift to the middle. I don't understand whats going on. Take a look
here, or
Here
See your PM
Re: Desert Noon Template Support Thread
Just installed 1.3.9h and is fine. I was trying to install Desert template but without success. Your instructions are very clear and I followed all. Uploaded the entire includes folder to server includes folder and overwrite. It will not show the template in the dropdown menu. Other templates do the same. I uploaded ver 2 of template. Any help appreciated.
Bruce
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
guaranteed
Just installed 1.3.9h and is fine. I was trying to install Desert template but without success. Your instructions are very clear and I followed all. Uploaded the entire includes folder to server includes folder and overwrite. It will not show the template in the dropdown menu. Other templates do the same. I uploaded ver 2 of template. Any help appreciated.
Bruce
make sure the following folders are installed on your server
includes/languages/desert_noon
includes/languages/english/desert_noon
includes/languages/english/extra_definitions/desert_noon
includes/languages/english/html_includes/desert_noon
includes/modules/desert_noon
includes/modules/sideboxes/desert_noon
includes/templates/desert_noon
Re: Desert Noon Template Support Thread
Hi,
Not sure if this is the right place to post this. I'm using this template with english and french language packs.
I can't figure out how to stop new products added appearing in the New Products box on the left twice ie, once in french and then again in english. I had thought only the english version should show when displaying site in english, and then when french language was selected only french descriptions would show. It only happens in the left hand column box, not if you click to see all new products in the main centre column of the website.
Anyone have any suggestions, I'm new to all this and haven't a clue where to look to fix this.
Thanks.
1 Attachment(s)
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
ormcd
Hi,
Not sure if this is the right place to post this. I'm using this template with english and french language packs.
I can't figure out how to stop new products added appearing in the New Products box on the left twice ie, once in french and then again in english. I had thought only the english version should show when displaying site in english, and then when french language was selected only french descriptions would show. It only happens in the left hand column box, not if you click to see all new products in the main centre column of the website.
Anyone have any suggestions, I'm new to all this and haven't a clue where to look to fix this.
Thanks.
Try this fix
Just unzip the package and upload/FTP the includes folder to your server.
Attachment 8450
Re: Desert Noon Template Support Thread
Thank you, so chuffed new products sidebox is now working correctly :hug: you've made my day!!