Sergio
Retired Forum Member-
Posts
40 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by Sergio
-
Hi ThemeMetro, Can you please edit your post? the quoted that you wrote was not about your themes in any way. Thank you for answering my ticket, I answered you back. Basically, I like your theme but want to have a nice server photo or picture, you reply that I can use any one I want and that is great but, Do you know where to buy or get nice pictures? Regards, Sergio
-
Thank you, DougK94. Your feedback is appreaciated.
-
Unfortunately I contacted him about something I didn't like on his web site and he was far from professional to answer my question that is why I didn't went with this service and still continue looking for another option. NOTE: I will not post any info about what was the issue. - - - Updated - - - Thanks, htb. That is the other option that I saw but sent a ticket this morning regarding the WEB HOSTER template and haven't received any answer yet to my question, it was about 7 hours ago.
-
Hi, I want to buy a template for my site and wondering if you can share your thoughts about payed templates and which one you would recommend. Thanks in advance. Sergio
-
found the error and it is a very weird one, lol. I don't know why, the following code appears in my template: {if !$loggedin && $currencies} <div class="currencychooser"> {foreach from=$currencies item=curr} <a href="cart.php?gid={$gid[size=+2][b]}¤cy={[/b][/size]$curr.id}={$curr.id}"><img src="images/flags/{if $curr.code eq "AUD"}au{elseif $curr.code eq "CAD"}ca{elseif $curr.code eq "EUR"}eu{elseif $curr.code eq "GBP"}gb{elseif $curr.code eq "INR"}in{elseif $curr.code eq "JPY"}jp{elseif $curr.code eq "USD"}us{elseif $curr.code eq "ZAR"}za{else}na{/if}.png" border="0" alt="" /> {$curr.code}</a> {/foreach} </div> <div class="clear"></div> {/if} look the declaration of the currency, it shows "...}¤cy={..." instead of "...}¤cy={...", I fix it and save the page and it shows right on the browser, but if I open it again to modify anything, it reverts to "¤cy", go figure. I have done a dos2unix products.tpl but it doesn't fix it the error is always there. So, I have seen this and took care when I copy and paste the code to the other pages and the error replicates on them. Regarding to use currencies and when clicked it return to the main selection products page, it is because the URL doesn't populate, I mean, if the page is at "/cart.php?a=confproduct&i=0" then the currency url in that page should point to "/cart.php?a=confproduct&i=0¤cy=1" but instead it shows "/cart.php?gid=¤cy=1" as you can see there is no gid and then when clicked it returns to main selection product page. I will configure each page to use its own url, but if you have a better way to use the same code but with the right url, please let me know. Regards, Sergio
-
I have been using WHMCS for a long time now and used the other templates with currencies without any problems at all. Something has to be wrong with the template that I have, I will start it over from a clean template. Thanks.
-
Thanks a lot, Brian! I have added the code to the pages you mentioned and all of them show the currencies, thank you. Now I have a new issue, every time I click on the currency that I want, it doesn't change the prices instead it jumps back to the first page where the products are shown, I will try to see if I can find how to fix it. Once again, thanks for your kind help. Sergio
-
Hi, I am using template COMPARISON, it is a nice template but I had to deal with a lot of things missing, one of them being the currency selector in the 2nd (choose options) and 3rd steps (order summary). So, if customer didn't set the currency at the beginning at the end he/she couldn't change that. Is there a way to add the currency selector to steps 2 and 3? Thanks a lot for you kind help. Sergio
-
Thanks RPS, I will give it a try. Sergio
-
Hi, I am getting the following cron errors from my server just after I did the upgrade to 3.6, before the upgrade everything was fine. Any idea why? This is an error when a customer opens or replies to a ticket: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to | php -q /home/server/public_html/billing/pipe/pipe.php generated by support@server.net The following text was generated during the delivery attempt: ------ pipe to | php -q /home/server/public_html/billing/pipe/pipe.php generated by support@server.net ------ <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in <b>/home/server/public_html/billing/pipe/../dbconnect.php</b> on line <b>0</b><br /> <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/server/public_html/billing/pipe/../dbconnect.php:0) in <b>/home/server/public_html/billing/pipe/../dbconnect.php</b> on line <b>0</b><br /> This is another error that I receive after WHMCS has done his job on checking accounts every night: <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in <b>/home/server/public_html/billing/admin/../dbconnect.php</b> on line <b>0</b><br /> <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/server/public_html/billing/admin/../dbconnect.php:0) in <b>/home/server/public_html/billing/admin/../dbconnect.php</b> on line <b>0</b><br /> Any suggestions?
-
Thank you for your script, I really like it. Regards, Sergio
-
That is somenthing that I have seen lately, but checking on mod_secure2 to maybe has somenthing to do with this. I will post if I find something related. Regards, Sergio
-
Hi, I have the following issue and I will like to know if someone of you have seen it and how did you fix it if you don´t mind. The issue is like this: - Customer does his order. - Selects 2checkout as payment gateway. - Enters to pay without any problem at all. - After the payment is done, 2checkout sends the customer to a page that is a 404 page. - Customer didn´t know if payment was done or not because the page is an error. Have you seen this before? Any help is appreciated. Regards, Sergio
-
Thankyou Matt, appreciated, it worked perfectly. Regards, Sergio
-
Thankyou Adam, I will ask WHMCS how much they charge for this. Regards, Sergio
-
Thankyou Adam, I sent a ticket about this a few weeks ago here is the answer that I got: " You could do this with a custom template modification to the viewinvoice.tpl template file or alternatively you could pay for us to do this. Alternatively, after going to 2CheckOut, your customers can just click on the spanish flag at the top of the page to get the spanish version." That is why I want to know how to modificate the viewinvoice.tpl. On the other hand, I cann't ask to every one of my customers to click on the SPANISH FLAG in 2checkout, it will be time consuming and the worst is that there is no Spanish Flag there. And paying just for adding this simple command I think is kind of not fair (I really don't want to sound rude).
-
Hi to all, a new member here, hope you can help me out with this question. I use 2checkout for my customers, most of them are spanish people and I will like to show the 2checkout web page in Spanish. Showing 2checkout in spanish just requires to add the following command to the order line "&lang=sp" (without the quotes). So, what do I need to add in the viewinvoice.tpl so that the $params or $code variables could include this command? TIA
-
(ENGLISH FOLLOWS) Nosotros trabajamos con facturas impresas contables, las cuales enviamos por correo solamente a las personas que nos han pagado el IVA (VAT). De esa forma todas nuestras facturas auditables siempre llevan un correlativo. Las facturas de WHMCS solamente son tratadas como pedidos. ENGLISH We work with printed invoices, the ones that we send by snail mail to the customers that have paid taxes. So, by doing this, our real invoices are always correlative numbers. WHMCS invoices are treated just as quotations.
-
It seems that this post is a little bit old, but I speak spanish if you still need it.
-
How do you access the source code for viewinvoice.php? I want to add the following parameter "lang=sp" to 2co.
-
WHMAP Import Problems
Sergio replied to ivanoats's topic in Installation, Upgrade, and Import Support
Hi, I am new with WHMCS and I am in my trial period of 15 days. I have been using WHMAP for a few years now and I wanted to import my data but I have a lot of issues with the importing scripts. This is what I have seen so far, maybe it could help: - Autopilot uses the "-1" in some fields to denote "no set price" or "unlimited". So, when you create a hosting package you have to set what payment terms do you want, and if you don't want on of them (monthly, quarterly, etc.) you set -1. But in the same page, you have to set the package resources and when you want to set it to UNLIMITED you set a -1. Now, when the script transfers all this info to WHMCS, you have to edit every package because on the price section, all the prices will appear with a "-1.00" and I really don´t want that my customers could see that we are giving away money, lol. On the other hand, when you enter into the server section of the package you see that all the resources shows a -1, instead of unlimited. Also, I have the same issues as the other post prior than mine with the invoices as well with the domains dates, etc. Regards, Sergio
