Egrove systems >> Egrove System Articles >> December : 2011 :

Archive for December, 2011

December 29th, 2011

PrestaShop Addons – Start Updating your Store with PrestaShop PayPal Pro Plus

Update your store with PrestaShop PayPal Pro Plus which integrates with the PrestaShop eCommerce Software Latest Version and increase your store sales.

PrestaShop PayPal Pro Plus module supports, Authorize & Capture, Authorize only and Capture later feature. PayPal Pro Plus also provides facility to cancel/void any unsettled transactions. It also supports refund amount from configuration page.


Features of the Addon:

  • *   Accept Credit Card payment through PayPal API.
  • *   Store Owners can configure the module between ‘Authorization and Capture’ or ‘Authorization only     and Capture later’ – when the products are ready for shipment.
  • *   Store Owners can capture amount directly from configuration page.
  • *   Store Owners can void/ cancel unsettled transactions or refund full/ partial order amount from      configuration page.
  • *   Support Shipping with Merchant Calculated Shipping Rates and Carrier Calculation Shipping.
  • *   Update Users and Orders info in PrestaShop.
  • *   Process orders using PrestaShop Admin UI.
  • *   Manage Multi-language in PayPal API Hosted Page in PrestaShop Admin UI.

             
Download PrestaShop PayPal Pro Plus
             
Click here for Demo (To help with installation process)
             
Read More About the Add-on Here              
( Check for More Information about Compatibility & Requirements and Support )

December 21st, 2011

SVN Subversion

Subversion is a Software versioning and a Revision control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older

versions of your data or examine the history of how your data changed

SVN Commands:

  1. SVN Checkout / co:

This command is used to check out the project from the server (http://127.0.0.1/repos/test/). You should only need to do this once.

Command:

svn checkout “url” (or) svn co “url”

Example:

svn checkout http:// 127.0.0.1/repos/test

àIf need to checkout 32 Revision files means

Command:

svn checkout –r 32 http:// 127.0.0.1/repos/test

option -r à Revision no

  1. SVN Status:

This command prints the status of working directories and files. If you have made local changes

A: File to be added

C: Conflicting changes

D: File to be deleted

G: File to be merged with updates from server

M: File has been modified

R: File to be replaced

G: File to be merged

X: Resource is external to repository

?: File/directory not under version control

!: File/directory missing

~: Versioned item obstructed by some item of a different kind.

Command:

svn staus

  1. SVN Revert/Switch:

To overwrite local file(s) with the one in the repository, do an “svn revert”–you would do this if you want to go back to the version of the file in the repository (you will lose all changes you had made since the last commit)

Command:

svn revert filename

  1. SVN Commit:

Recursively sends your changes to the SVN server. It will commit changed files, added files, and deleted files. Note that you can commit a change to an individual file or changes to files in a specific directory path by adding the name of the file/directory to the end of the command. The -m option should always be used to pass a log message to the command. viagra don’t use empty log messages (see later in this document the policy which governs the log messages).

Command:

svn commit –m “log message” filename (or) svn ci –m

  1. SVN Delete:

Delete file from repository. The UNIX command, “rm file-name” must perform a “commit” to update the repository and local working directory with the changes

Command:

svn delete filename(or)directory

also : del, remove or rm

then,

svn commit –m “log msg”

  1. SVN DIFF:

Shows file difference between SVN repository and your file changes.

Command:

svn diff filename

svn diff -r rev1:rev2 filename

  1. SVN Log:

Show the SVNlog messages for a set of revision(s) and/or file(s) and/or all directory contents in repository. Includes list of all files in change Shows the file changes associated with revision number.

Command:

svn log filename

svn log url

eGrove Systems Corporation is the leading Web Design and Development firm having a wide range of experience in all vertices like wordpress development, joomla development and we are expertise in developing full featured websites