Jump to content

osckar

Retired Forum Member
  • Posts

    60
  • Joined

  • Last visited

About osckar

osckar's Achievements

Member

Member (2/3)

0

Reputation

  1. Hi: I was doing some research about this thing I like to achieve but didn't found a suitable answer: Let's say I would like to give client ABC a discount on his annual payment and apply it to his already generated invoice. I created a promotion code for that client, but I would like to be able to apply that code on the admin side, as client is paying cash only, so I update his invoice from unpaid to paid but how to put the promo code on that invoice? As I'd like to show the discount made to that charge. Is it possible? If I manually edit the invoice and edit the product field and amount field, that doesn't show that a promo code has been added and a discount has been made, only a new price. I tried to mark as cancelled the current invoice, put the promo code from the drop down list on client's order and generate a new invoice but the price stayed unchanged, so I found another way: terminate the current service, and add a new order for that client and apply the promo, but it's not the ideal way I think.. Any advice or some example/help would be appreciated Thanks!
  2. Hi: In Admin go to: General Settings > Ordering and select the cart you'd like to use. Regards
  3. I used Firefox 10, Chrome and Internet Explorer 8 I even installed version 4.5.2 and the same happened.
  4. I deleted latest 5.0.3 and made a fresh install of the 5.0.2 version and the same happened
  5. Another example of malfunction: If I add a new Product Group, click on the link "Create a new group", fill in the group name and click on Create group button, the products page doesn't show the recently created group! I need to click on the products page again to see it /: and everything is like that
  6. Well, I deleted the entire directory, and now installed it via Softaculous and the same is happening Any clue??
  7. Hi, thanks for the reply. I tried with Firefox and Chrome and the same happened; I'm gonna delete and reinstall it to see if the problem gets fixed /:
  8. Hi: I don't know if it's only me, but when I make changes (update, delete or modify) anything on admin area and click on the button that applies the selected action, the page doesn't change, I mean, stays the same, so I need to click again on the page link of the section I was before to see the changes I click on invoices page and clicked the icon to delete an invoice and then the page stays the same. I update some data on client's profile and no changes. I need to reload the page to see the changes I made. When updating prices of products the same happen The same with the cart: if I remove the contents of the cart I need to click on the cart link to see that the items where removed, etc Maybe a caché problem? Any clue? Using latest version 5.0.3 Thank you
  9. Hi: Thanks for your input. I'm gonna implement your idea and see if that fits my needs. Any other suggestion is welcome Regards
  10. Hi: Thanks for your reply. In this case, web design service is bundled with an annual hosting package (not a standard package sold as product but a tailor-made package, let's say 20 MB only for files and images, etc) but the web design won't be due within a year, because the client already paid for it, but he/she will need to renew/upgrade? the hosting package; then the client would choose a package from the current products list and "upgrade" his hosting account. The problem is that I don't know how is the best way to achieve this One way would be the one you mentioned but I'm invoicing the client for the full service (webdesign+hosting). Thanks
  11. Hi: I need some advice I already know how WHMCS handles new orders, products, hosting packages, etc. but I'm stuck at one point Here's my issue: I have a client that ordered a domain on xx date. Then the same client ordered a web design package that already includes a hosting package, this is due on a different date than the domain. My question is how to set this up for this client on the program? Because this is not a hosting package but a design package that includes a hosting package, so the addon would be the hosting? How would you handle this kind of issue? or the best way to set this up on whmcs? Thanks for any advice!
  12. Hi: regarding this issue, I see that the new stargate module now supports email forwarding, but what about URL or domain forwarding management thru WHMCS? Thanks!
  13. Download Tiny MCE editor from here http://forum.whmcs.com/attachment.php?attachmentid=1692&d=1283515628 and re-upload to your server. See official post here: http://forum.whmcs.com/showpost.php?p=161089&postcount=8 Regards
  14. I was wondering if the Stargate (Resell.biz) registrar module will be updated to support the URL forwarding, email forwarding, Privacy Protect and DNS management, as these features are supported by the reseller. Thank you!
  15. htaccess file: RewriteEngine On # Announcements RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC] RewriteRule ^announcements$ ./announcements.php [L,NC] # Downloads RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^downloads$ ./downloads.php [L,NC] # Knowledgebase RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC] RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC] RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC]
×
×
  • 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