Imported WooCommerce Site - Have two questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ckleppe
    Junior Member
    • Jan 2016
    • 1

    #1

    Imported WooCommerce Site - Have two questions

    So we imported our woocommerce site and all the products seem to be there, but the images are not appearing. The image link is there, but they are not actually showing up.

    Second - we need to be able to process orders from the admin side, our users will not always be placing the order. I can't seem to figure that out.

    Thank You!
  • admin
    Administrator
    • Feb 2013
    • 59
    • ***************************
      Josh Jones
      Level Four Development, llc
      ***************************

    #2
    So the images inside the easycart ec_products table should not be a url link, we use an image name instead... so if it is http://www.yoursite.com/image1.jpg it should just be image1.jpg.

    and the images should be uploaded to the wp-easycart-data/products/pics folders in order to show...

    For the order processing from admin side, we do not have a point of sales terminal, as the previous user mentioned, just use the website as a point of sales terminal and order...

    Comment

    • admin
      Administrator
      • Feb 2013
      • 59
      • ***************************
        Josh Jones
        Level Four Development, llc
        ***************************

      #3
      You are correct, we will likely not build that feature, or at least have it on the radar right now for logging in as a customer... but we are building V4 and one of the main priorities here is to have orders be customizable and editable... right now they are locked in... so we have that built and should be a nice addition to update all elements of an order.

      Comment

      Working...