siredesignssays
Great looking script. Ajax purchasing and shopping cart is a great feature.
siredesignssays
Great looking script. Ajax purchasing and shopping cart is a great feature.
primariussays
@Xemmex: Since this script is made primarily for businesses, the Store Clients would be existing business clients.
That is why the script as an import CSV feature so you can add in one go all the Clients you need.
shoostarsays
@ raindi: You might want to read the above comments and replies first, as your question was already answered:
Since this script is made primarily for businesses, the Store Clients would be existing business clients.That is why the script as an import CSV feature so you can add in one go all the Clients you need.
raindisays
But how the client will give you mony ? I mean what is the guarantee that they will give you mony ? what if concurrent firm will use it in evil purpose.
ibuysays
I am struggling to install the front end to this script, all I have an admin and user interface, can you please send me the details on how I will see the main website?
Thanks!
manamediasays
This is a good file, but you need to know a bit about php in order to truly customise this script. Changing the currency from Euro to Dollars is not as straight forward as simply editing the language files for the storefront. You have to also make a change on line 186 in the inc/Produto.php file as well, and change the hex code for Euro Symbol to a dollar sign. This is just one small example of changes to westernise this file.
manamediasays
Here are some fixes if you have run into these problems already:
When I go to view the PDF invoice, I get the following message: FPDF error: Alpha channel not supported: layout/invoice_image/header.png
To fix this, go to the image that you are using as your logo and make sure the Alpha channel is switched off. PNG8 with no transparency should do the trick.
To Change the Euro Sign to dollar sign:
Go to inc/Produto.php and open it. On around line 186, find this:
'<td onclick="ShowHide(\'sec_'.$prod->serie.'\')" align="right">'.number_format($prod->preco, 2, '.', ',').' €</td>'.
and change it to this:
'<td onclick="ShowHide(\'sec_'.$prod->serie.'\')" align="right">'.number_format($prod->preco, 2, '.', ',').' $</td>'.
To change the Euro Symbol to Dollar Symbol ($):
Open: cms/includes/language/english.inc.php
Go to Line 207 or find this string:
$_lang['pdf_desc_currencysymbol'] = chr(128); //euro
Change the hex/dec character to:
$_lang['pdf_desc_currencysymbol'] = chr(36); //dollars
manamediasays
There are several items that need to be addressed in this file.
The following fields need to be added:
City
State
Comma needs to be a decimal point in the PDF , or at least the ability to make it easy for the end user to change.
Change nome to Name globally in the scripts as most clients in the west would have an output field of Name – not nome.
Adding extra fields feature would be great, the default fields are limiting.
Named Column Mapping on Import, or have a more flexible field generation that is not restricted by the default csv col titles.
shaneobsays
Hi,
Do you offer customisation? I need extra elements to the file.
Thanks
20comments