Jump to content

hoosierweb

Retired Forum Member
  • Posts

    122
  • Joined

  • Last visited

About hoosierweb

hoosierweb's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. anyone had any luck with a fix? I have submitted a ticket and am awaiting a reply
  2. Seems the breadcrumb text globalyouarehere is not being called (you are here) in portal
  3. I am reworking the Shopping Cart value for all cart pages.. I am able to hard code them byt doing this <title>{if $department}{$department} Ticket{/if} {if $gid == '7'}Web Hosting{/if} {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title> but this isn't ideal as I would rather the name value be pulled from the array which is already there.. just can not seem to get it to work Web Hosting is in array 5 (2) name
  4. I am reworking the Shopping Cart value for all cart pages.. I am able to hard code them byt doing this <title>{if $department}{$department} Ticket{/if} {if $gid == '7'}Web Hosting{/if} {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title> but this isn't ideal as I would rather the name value be pulled from the array which is already there.. just can not seem to get it to work Web Hosting is in array 5 (2) name
  5. https://secure.solidinternet.com/cart.php?a=checkout (add something to your cart) have some over-lapping issues in at least firefox I agree on the nav buttons.. need to be spread out full width and larger.. and you have enough space to throw up a few more.. the lower section is very busy.. yet the header is not.. maybe moving the live chat link to the header right to even it out speed tests do not seem to work as well.. I do like how you used the two column.. but not sure it will be effective for most users (and search engines) Service Guarantee needs a little work.. says 99.9% in two places, but 99.5% restated
  6. I couldn't find it.. ended up finding it in a form, and tested until it worked to my needs.. thanks for replying
  7. no, I was needing this { if $smarty.server.PHP_SELF == '/cart.php' }my html here{/if}
  8. the only method i can think of out of the box on the product page in admin, Configurable Option Field Types the option type drop down, select quantity
  9. I take you mean the client side.. has the empty drop down?? make sure Customers will be billed regularly for this item is selected in admin
  10. yes, open the ticket they originally made, click on the options tab.. then select the client that has been added
  11. Trying to build a custom right side (showing the 5 order steps) but only want it to display when ordering/view cart pages, but for the life of me, can not find the {if for cart process any help?
  12. for some reason, all files/contents in the templates_c folder are being create as owner/group nobody so we are unable to edit via ftp.. requires ssh action.. does anyone know why this would be happening.. templates_c has the correct permissions/owner/group
  13. its in the download zip in a folder called status (top level of the zip)
  14. I have tried the includes.. webhost is my template name {include file='webhost/serverstatus.tpl'} along with copy/pasting the content from serverstatus.tpl into the clientareahome.tpl but always get the error Fatal error: Smarty error: [in webhost/serverstatus.tpl line 16]: [plugin] unknown tag - 'get_port_status' (core.load_plugins.php, line 118) in /home/cremama/public_html/libs/Smarty.class.php on line 1095 line 16 is the <td>{get_port_status num="$num" port="80"}</td> the server status page works great on its own
  15. why are the side nav steps that are listed when using default order form shown, but not when cart is used? I like them.. but when using default, there is no empty cart buttons.. which should be required no matter which order form view is used
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated