Home Forums WC Vendors Pro Support Hooks question

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #69242
    Julian Kanaan
    Participant

    Hi @fervous,

    On the Vendor’s store page, is there a hook located after their products? (after ‘wcv_after_vendor_store_header’)

    #69243
    Julian Kanaan
    Participant

    Or @ben 🙂

    #69255
    WC Vendors Support
    Participant

    Check out this plugin. It will save you years of pulling your hair and is used specifically for this purpose:

    #69268
    Julian Kanaan
    Participant

    Wow. Huge thanks for this plugin @ben. You just saved me a ton of time going through code

    #69309
    Anna
    Member

    @jkanaan
    Yes- it is nifty! 😀

    #69456
    Julian Kanaan
    Participant

    Hi @fervous and @ben, while I have this support tab open, can you give me some advice on changing the url of my site?

    Is it as simple as the following two lines of code? Does this affect the databases that use my current site as prefixes for photos and the like?


    update_option(‘siteurl’,’http://www.new-site-address.com’);
    update_option(‘home’,’http://www.new-site-address.com’);

    #69504
    Julian Kanaan
    Participant

    Does this sound alright?

    /// Step One:

    download site backup of all files

    export database from MySQL

    /// Step 2:

    Put these two items into a folder in safe place

    /// Step 3:

    wp-admin, Settings > General.

    Update URL fields w/ new site address

    /// Step 4:

    Upload old site backup files to new site’s root directory

    Upload database

    /// Step 5

    in new site’s functions.php to update databases:

    update_option(‘siteurl’,’http://www.new-site-address.com’);
    update_option(‘home’,’http://www.new-site-address.com’);

    #69505
    Julian Kanaan
    Participant

    Better walkthrough I put together:

    /// Step One:

    Use duplicator to:
    download site backup of all files & export database

    /// Step 2:

    Put these two items into a folder in safe place

    /// Step 3:

    Upload installer.php from Duplicator into root directory

    /// Step 4:

    Go to https://new-site-address.com/installer.php

    /// Step 5:

    Fill out the new/old url settings within /installer.php

    this replaces all instances of old domain w/ new one

    /// Step 6:

    wp-admin > Settings > Permalinks and enter new domain details

    /// Step 7:

    Check site for anything broken

    /// Step 8: SEO things

    in .htaccess of old site,

    add a redirect to new site

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.