Kryptronic Software Wiki : SavingProductInformation

Kryptronic Internet Software Solutions
Most recent edit on 2007-03-11 08:13:17 by KryptronicWebmaster

Additions:
The product file you have just saved on your system may be examined and modified using Microsoft Excel or a text editor. If you plan on making changes to it make a copy of the file first so you retain a known good copy in case something doesn't work as expected.
If you make changes to the information in the file and want to load the changes please see Restoring Product Information.
ClickCartPro - Administration
ClickCartPro - Products


Deletions:
Done
Check out and correct your file
You can look at this file with Excel
You can edit it if you want to change something (Just say some wrong settings)
but don’t delete any lines or add any lines.
but remember to save it as a modified file and keep the original down loaded just in case you do something wrong.
Wiki: Pending Inclusion




Edited on 2007-03-11 08:07:59 by KryptronicWebmaster

Additions:
locate the ccp0_prod table (US version of ClickCartPro) or gbu0_prod table (EU/GB version of ClickCartPro) then click on Export. On the next screen you may change the name of the CSV file that will be created in the CSV Filename field. In the Columns to Export field make sure that there is a check in ALL of the boxes so you will get all of the data exported. Click on Submit to create the export file.
If the product export file was created successfully you will see a message that says "A CSV file has been created and is ready for download.". Right below that will be a link that says "Download: Click here to access the downloads page.". Click on the Download link which will bring you to a list of files that are available for download. One of them should be the file name that you entered earlier in the CSV Filename field.
As instructed on this page use your right mouse button on the link that says Save (Right Click) and select the Save Target As or Save Link As option (depending on your browser). Navigate to the directory on your system where you want to save the file and click on Save to store the file on your computer.
Once you have verified that the file was saved on your system click on the Delete option on the Download Files page in ClickCartPro to remove the file.


Deletions:

Incomplete - This entry is not complete or tested yet. Do not use.

locate the ccp0_prod table (US version of ClickCartPro) or gbu0_prod table (EU/GB version of ClickCartPro) then click on Export. On the next screen you may change the name of the CSV file that will be created in the CSV Filename field.
You should get message
[A CSV file has been created and is ready for download.]
• Click download
• Click on [Save(Right click)]
• Click on [save to]
• Decide where you want to download it to your computer
(Say mydocs\newbackup\)
Restoring Your Products: GBU
Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
Database Admin
• Scroll Down to :
• gbu0_prod
• Click Browse
• Find and select the file you want to upload
• Click Submit
You should get conformation of files uploaded.
Check site.




Edited on 2007-03-11 07:38:23 by KryptronicWebmaster

Additions:
In admin under:
Home > Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
locate the ccp0_prod table (US version of ClickCartPro) or gbu0_prod table (EU/GB version of ClickCartPro) then click on Export. On the next screen you may change the name of the CSV file that will be created in the CSV Filename field.


Deletions:
From -- LewAff (2007-02-28 13:39:15) in the forums
Backing Up Your Products: GBU
• Then Click Export
• Check or Change the [CSV Filename* ]
• Make sure all the [Columns to Export* ] are ticked
• Click submit




Edited on 2007-03-11 07:32:08 by KryptronicWebmaster

Additions:

Saving Product Information

Please see Restoring Product Information for information on how to restore your product information.


Deletions:

Saving And Restoring Product Information





Edited on 2007-03-11 07:29:34 by KryptronicWebmaster

Additions:
This procedure works exactly the same for the US and EU/GB versions of ClickCartPro. The only difference between them is the name of the database table that is exported when saving your product information.



Edited on 2007-03-09 08:03:48 by KryptronicWebmaster

Additions:

Incomplete - This entry is not complete or tested yet. Do not use.





Edited on 2007-03-04 06:38:40 by KryptronicWebmaster

Additions:

Saving And Restoring Product Information

From -- LewAff (2007-02-28 13:39:15) in the forums
Backing Up Your Products: GBU
Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
Database Admin
• Scroll Down to :
• gbu0_prod
• Then Click Export
• Check or Change the [CSV Filename* ]
• Make sure all the [Columns to Export* ] are ticked
• Click submit
You should get message
[A CSV file has been created and is ready for download.]
• Click download
• Click on [Save(Right click)]
• Click on [save to]
• Decide where you want to download it to your computer
(Say mydocs\newbackup\)
Done
Check out and correct your file
You can look at this file with Excel
You can edit it if you want to change something (Just say some wrong settings)
but don’t delete any lines or add any lines.
but remember to save it as a modified file and keep the original down loaded just in case you do something wrong.
Restoring Your Products: GBU
Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
Database Admin
• Scroll Down to :
• gbu0_prod
• Click Browse
• Find and select the file you want to upload
• Click Submit
You should get conformation of files uploaded.
Done
Check site.


Deletions:

Adding Button Images

From -- LewAff (2007-02-28 15:54:52) in the forums.
To Add Your Own Buttons gif images for
[Home] [Your Account] [Shopping Cart] [Checkout] [Contact]
• First Create your image Gif’s and upload to your site
Home > Kryptronic Hybrid X Core > Displays: Skins, Menus, XHTML Includes and Messages
• Then click on update button below
Directory: Base Directory
Update Protected skin.php
• Find this section below
<td id="skin_ht_rcol">
Your Website title<p> </p>
<div class="skin_button"><a href="<?php print $link_contact; ?>" title="Contact">Contact</a></div>
<div class="skin_button"><a href="<?php print $link_account; ?>" title="Your Account">Your Account</a></div>
<div class="skin_button"><a href="<?php print $link_checkout; ?>" title="Checkout">Checkout</a></div>
<div class="skin_button"><a href="<?php print $link_cart; ?>" title="Shopping Cart & Wish List">Shopping Cart</a></div>
<div class="skin_button"><a href="<?php print $link_home; ?>" title="Home">Home</a></div>
• Copy and save it in note pad
• Then paste over with the wording below (modified to you files and location
<td id="skin_ht_rcol">
Your Website title <p> </p>
<a href="<?php print $link_home; ?>"title="Home"> <img src="http://www.yourwebsite.co.uk/khxc/media/gbu0/picture-buttons/home.gif" width="100" alt="Home" height="22" border="0" /> </a>
<a href="<?php print $link_account; ?>"title="Your Account"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/your-account.gif" width="100" alt="Your Account" height="22" border="0" /> </a>
<a href="<?php print $link_cart; ?>"title="View Shopping Cart & Wish List"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/shopping-cart.gif" width="100" alt="View Shopping Cart" height="22" border="0" /> </a>
<a href="<?php print $link_checkout; ?>"title="Go to Checkout"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/checkout.gif" width="100" alt="Go To Checkout" height="22" border="0" /> </a>
<a href="<?php print $link_account; ?>"title="Contact Us"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/contact.gif" width="100" alt="Contact Us" height="22" border="0" /> </a>
• This is assuming you create a folder called [picture-buttons]
• And also call your buttons as above
Note make back up of the text first before you modify it and save a copy !!!!.




Oldest known version of this page was edited on 2007-03-04 06:37:28 by KryptronicWebmaster [Cloned from ButtonImages]
Page view:

Adding Button Images


From -- LewAff (2007-02-28 15:54:52) in the forums.

To Add Your Own Buttons gif images for

[Home] [Your Account] [Shopping Cart] [Checkout] [Contact]

• First Create your image Gif’s and upload to your site

Home > Kryptronic Hybrid X Core > Displays: Skins, Menus, XHTML Includes and Messages

• Then click on update button below

Directory: Base Directory
Update Protected skin.php

• Find this section below

<td id="skin_ht_rcol">
Your Website title<p> </p>
<div class="skin_button"><a href="<?php print $link_contact; ?>" title="Contact">Contact</a></div>

<div class="skin_button"><a href="<?php print $link_account; ?>" title="Your Account">Your Account</a></div>

<div class="skin_button"><a href="<?php print $link_checkout; ?>" title="Checkout">Checkout</a></div>

<div class="skin_button"><a href="<?php print $link_cart; ?>" title="Shopping Cart & Wish List">Shopping Cart</a></div>

<div class="skin_button"><a href="<?php print $link_home; ?>" title="Home">Home</a></div>


• Copy and save it in note pad
• Then paste over with the wording below (modified to you files and location


<td id="skin_ht_rcol">
Your Website title <p> </p>

<a href="<?php print $link_home; ?>"title="Home"> <img src="http://www.yourwebsite.co.uk/khxc/media/gbu0/picture-buttons/home.gif" width="100" alt="Home" height="22" border="0" /> </a>

<a href="<?php print $link_account; ?>"title="Your Account"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/your-account.gif" width="100" alt="Your Account" height="22" border="0" /> </a>

<a href="<?php print $link_cart; ?>"title="View Shopping Cart & Wish List"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/shopping-cart.gif" width="100" alt="View Shopping Cart" height="22" border="0" /> </a>

<a href="<?php print $link_checkout; ?>"title="Go to Checkout"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/checkout.gif" width="100" alt="Go To Checkout" height="22" border="0" /> </a>

<a href="<?php print $link_account; ?>"title="Contact Us"> <img src=" http://www.yourwebsite.co.uk /khxc/media/gbu0/picture-buttons/contact.gif" width="100" alt="Contact Us" height="22" border="0" /> </a>

• This is assuming you create a folder called [picture-buttons]
• And also call your buttons as above

Note make back up of the text first before you modify it and save a copy !!!!.


Wiki: Pending Inclusion