[SIZE=“2”][COLOR=“DarkOrchid”]I have been climbing the wall trying to find where to edit a template to fix the “Coming Soon” text so it is not scrunched into the size box with the “Add To Cart” button. I need to be able to have it below the cart button…with the “Add To Wish List” on the right of the cart button where it belongs. I know someone here must know where to look…[/COLOR][/SIZE]
[URL=“http://www.affectionately-yours.com/vintage-pearl-and-cz-bridal-jewelry.html”]http://www.affectionately-yours.com/vintage-pearl-and-cz-bridal-jewelry.html[/URL]
Dawn,
The coming soon notice comes from:
skin/your-skin/customer/common_templates/comming_soon_notice.tpl
Right now you should have:
style="width: {$settings.Thumbnails.product_thumbnail_width}px"
If you change it to:
style="width: 300px"
It makes everything look great.
Now I haven’t tried this myself, but to move the comming soon notice below the wishlist button.
In:
skins/your-skin/customer/common_templates/product_data.tpl
Move:
{if $product.avail_since > $smarty.const.TIME}
{include file="common_templates/coming_soon_notice.tpl" avail_date=$product.avail_since add_to_cart=$product.buy_in_advance}
{/if}
Below:
{if $show_list_buttons}
<{if $separate_buttons}div class="buttons-container"{else}span{/if} id="cart_buttons_block_{$obj_id}">
{hook name="products:buy_now"}
{if $product.feature_comparison == "Y"}
{if $separate_buttons}
[SIZE=“2”][COLOR=“DarkOrchid”]Brandon,
I must have done something wrong, for it completely broke my cart so I lost my pages except for the background. I was desperately trying to put everything back where it belonged & nothing worked. Luckily I have another site with CS-Cart and I copied & pasted that area of code, and it works now…and everything is spaced properly except the Add To Wish List is under everything else. So it proves my point that there was some coding error in .14 because my other site was only updated to .13.
The template editor will not work in either site since upgrading to .13, and CS-Cart is trying to tell me it’s a server issue so we made the changes they suggested, and it’s even worse now…and to have them fix this problem they want to charge me. I tried replacing the template file from the repository through the editor and it came back with an error that the depository did not exist. What a mess[/COLOR][/SIZE]
I don’t ever use the editor, I prefer to modify everything outside of CS-Cart and then just upload the files.
Have you tried just copying and pasting the file between folders without using the editor?
If you would like some help feel free to private message me and I’ll be happy to take a look. If you could explain exactly what you did it would be great as it would really help me out.
Brandon
Dawn,
Ok, I just installed a fresh 2.0.14 and did the exact changes I said above and everything works great. I haven’t created the hook file yet as I just don’t have time before work, but I did modify the files.
Here is what it looks like:
Like I said, I only made the changes I showed above.
Let me know if you need any help.
Brandon
[quote name=‘brandonvd’]I don’t ever use the editor, I prefer to modify everything outside of CS-Cart and then just upload the files.
Have you tried just copying and pasting the file between folders without using the editor?
If you would like some help feel free to private message me and I’ll be happy to take a look. If you could explain exactly what you did it would be great as it would really help me out.
Brandon[/QUOTE]
[SIZE=“2”][COLOR=“DarkOrchid”]I have resorted to using the file editor in my CPanel…and have no problems…so I am adapting. It was just a convenience using the CS editor so as not to open multiple pages as my CPanel tends to do. I am copying & pasting using this method with no issues…thankfully
I will PM you for some advice…thank you for your gracious offer…it is SO very appreciated[/COLOR][/SIZE]