Jump to content

djcaseanova

Member
  • Posts

    365
  • Joined

  • Last visited

Posts posted by djcaseanova

  1. Sorry, maybe I wasn't too clear. I was attempting to update the URL's to relate to the new product title. I had to edit some of the products and the original URL (old) was calling up the modified product. Found another thread you had posted in talking about rebuilding the URL in the maintenance section, which worked for what I needed.

  2. Okay, so I have never had success doing an upgrade as many of you are aware. I have done it by the book each time. I have not yet upgraded to the latest version this time around, but will do so after getting some clarification.

    So I went to the knowledge base: https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6

    These instructions say:

    IMPORTANT: If your admin folder or admin.php file has been renamed please reflect these changes in the extracted package prior to uploading. These must correspond to the values specified in the includes/global.inc.php file. 

     

    Okay... my admin file and folder have been renamed previously. It says to reflect these changes and correspond to the values in the includes/global.inc.php file. BUT, there is no such file in the extracted content. Instead there is a global.inc.php-dist file. Is this the file I need to copy my info to? And what info do I copy, just the location information or everything in the file?

  3. Let me try and explain the reinstall to you once more. I am not trying to argue with you, just explaining my steps.

    The UPGRADE process that went wrong, you are correct, I must have uploaded the /admin/ folder and everything as is without changing and that left the /admin/ folder and a /admin_####/ folder along with two files admin.php and admin_###.php. Once I uploaded  the proper files per bsmithers recommendation (after finding the newer of the two admin folders) it worked just fine.... Until I went to log out and sign back in I started getting the CSRF errors and couldn't log back in.

    I reuploaded a fresh copy (this time copying properly) and was not allowed to do an UPGRADE during the setup process because it said the software was already upgraded and the latest version. So I did the fresh install option, it ran through it's processes, I filled in all the database information, username, password, localhost, etc. Signed in to admin and everything worked fine. Loaded up my FTP and had my old /admin_#####/ and admin_####.php file in addition to the NEW /admin_####/ folder and new admin_####.php

    I checked the global file and kept the folder that was indicated in there and kept the proper admin php file and deleted the others. In the image, left side is current working, right side is the folder I removed because it was left behind during the fresh install. Nothing else was removed.

     

    Again, I am not trying to argue. I am trying to make absolute sure everything was installed properly before moving further with the store creation. You're saying this isn't possible, but it happened, and that's making me uneasy about the install. If this did in fact not take properly, will I be able to back up the database and files and delete EVERYTHING and start from ground up, recall the database files and files and be were I left off?

     

    Screen Shot 2017-09-28 at 12.45.32 PM.png

  4. I assure you it's possible. I still have the admin_cygi4v folder in my trash bin along with the old admin_###.php file. I even had Cross forgery errors when I was attempting to get rid of the old ### files.

    I looked inside the global file to make sure I had the correct directories and php files, which I did. I ended up doing a reinstall and was able to get things fixed and working properly, but ultimately had to reconfigure my entire store settings, etc. The cross forgery settings may have been due to https or something of that nature. Upon doing the new install, it left the old admin folders/files in place which I have deleted and everything is working fine now.

  5. On 9/27/2017 at 8:22 AM, havenswift-hosting said:

    There were problems doing automatic upgrades that have been well documented.  The only safe way was to upgrade manually and if you still have the /admin directory then it means you didnt do the manual upgrade correctly !  if you already had the admin_xxxxxx directory then when uploading the files as part of the upgrade you should have copied the contents of /admin in the zip file into your admin_xxxxxx directory - I am guessing you simply uploaded /admin !   So you have been running a 6.1.10 store but with an old admin set of files in /admin_xxxxxx

    The best way forward would be to simply re-upload all files again taking care to upload admin.php to whatever your new admin_yyyyyy.php file is called and the contents of /admin to /admin_xxxxxx directory.  You can re-upload the setup directory and re-run that if you wish if there is any doubt that all database changes havent been completed previously

    Ian

    This makes sense. However, regardless of that each time it's upgraded, a new admin.php and /admin_###/ folder are created leaving behind the old/original file and folders. During this fix, I went ahead and reinstalled cubecart, and it left my old /admin_####/ folder and created a new one.

  6. I currently have it set up as using options as bsmither's suggested.

    Using the lowest size (1/2lb) as the stock unit. So if I have 10 in stock, that is ten (1/2lb) bags. The problem I am having is that when someone chooses to buy 1lb by clicking the option for such, the stock level only changes by one unit (1/2lb) and not two units.

    The options matrix does not have a place to mark how many need to come out of the stock inventory for the options selected. For instance in the options matrix, next to stock level I would suggest an option to use the primary stock level by adding the ability to insert -2 to subtract this many from the inventory each time this option is selected (* the amount put into the cart).

    To summarize, if bob puts four (4) of the same product in his cart using the 1lb option (because he's going to gift them for birthday presents), and the stock level is set for 1/2lb units, the options matrix could calculate the (4 * 2 = 8) math and subtract that from the overall stock product.

     

    It may be something simple to code, I just don't know how to do it. Can anyone here help me figure it out?

    Screen Shot.png

  7. Okay, another PRODUCT/OPTION question.

    If you have a product setup with options to choose from. And a person goes and wants to buy two of the same "product" but with different "options" for each. How is this possible? Is there a way to do this?

    My example.

    A product of mine is coffee and it's sold with different options for the grind level and roast level. If Bob wants to buy two of a particular coffee product but each with a different grind and roast level options. How does he add that to the cart?

  8. 35 minutes ago, bsmither said:

    The "default" checkbox was added in CC616 (see Github).

    The quickest way to check is to look at the file /admin/skins/default/templates/products.index.php, near line 368:

    
                      <td>{$LANG.common.status}</td>
                      <td>{$LANG.catalogue.title_product_options_matrix}</td>
                      <td>{$LANG.common.name}</td>
                      <td>{$LANG.catalogue.title_option_set}</td>
                      <td>{$LANG.common.default}</td>
                      <td>{$LANG.common.negative}</td>
                      <td>{$LANG.common.price}</td>
                      <td>{$LANG.catalogue.absolute_price}</td>
                      <td>{$LANG.common.weight}</td>
                      <td width="20">&nbsp;</td>

    The fifth line is new.

    If that line is not present, then one or more files, and possibly a database schema change, did not make it through the upgrade process.

     

    So, when doing the upgrade it created an admin_$#^$$^%$^$ folder. The regular /admin/ folder has the change, but the /admin_3454565/ folder does not have the change. This has always been a problem when upgrading. Even when upgrading manually and running the upgrade setup. Now I am concerned that other things may not have transferred over???

     

    EDIT: Correction, I am on 6.1.10 (the latest version)

  9. Right, but again, that's not an accurate way to handle inventory. Having 3 individual products for simply adjusting the amount isn't feasible. And inventory is still manually having to be adjusted and ordered accordingly. This is especially a problem when your entire store is coffee and tea or anything by weight.

    There must be a way to change code for a product to take away more or less units from a single inventory?

    And now to add to the issue.... Shipping would probably need to be tied to whatever units used for the inventory. 1/2lb vs 1lb makes a big difference for shipping capacities and pricing.

  10. I get the pricing concept. But how can inventory or stock levels be handled if broken out.

    For example, lets say I sell a product "Bob's Coffee". Under that product listing, there is the option for 1/2 LB and 1 LB. However, both of those options come from the same inventory.

    I buy in bulk say 25 LBS. When I go to create a product in the admin, do I make the inventory 25 (pounds?) or should I make it 50 (half pounds). And say I make the inventory stock by the half pound, and someone chooses to buy 1LB of "Bob's Coffee". How can I indicate in the product options to take two out of the inventory instead of the default one.

    As I see it now, the options matrix will allow me to input a stock level, but that would mean I would need to separate portions up front to list. That 25 LBs of bulk I ordered would need to be split somehow to create 1/2lb and 1lb inventory.

     

    ????

  11. So, I will be selling coffee and tea in my new store.

    Coffee is often sold in several weight increments. 1/2 LB, 1 LB, 5LB weights.

    I will be focusing on 1/2LB and 1LB weights, but instead of creating a new product for 1/2LB and 1LB sales, I would like them to come out of the same inventory. Is this something that can be done with product options? I can't seem to figure out the best way to do this. It wouldn't make sense to have the product listed as 1/2lb and force the customer to add a quantity of 2 to the cart to get a full 1LB.

    I am assuming the product options matrix would be required for this, but then how does that work exactly? Pricing, stock, etc? If a product option is used what "price" is shown on the product page?

    Anyone? I tried doing a search but I couldn't get anything to turn up. There has to be someone else with a similar product that's figured this out! :)

    Thanks!!

     

     

  12. I have been using the GalaxyX theme. I have a few categories that have subcategories in them. I am able to add a thumbnail for the category, but that same thumbnail is put on the page that lists the products under that category. I do not want to display an image on the page that lists the products for several reasons. Is there a way to remove the image on the products page and leave it as thumbnail only?

    Thanks! I don't have screenshots at the moment as I removed the images from the thumbnails to avoid this situation. If you need some, let me know!

  13. On 9/1/2017 at 7:17 AM, keat said:

    Pretty easy.

     

    go to Product Options and create a new group, call it Roast Type

    Then also in product options, go to attributes and create a new style of roast - call it light roast, assign it to Roast Type with the drop down.

    Click the little green plus icon and then create your next style (medium), again, click the plus,  create another (Heavy), or what ever styles roasts come as.

    Click save

     

    Create your base item - coffeee beans.

    When coffee beans has been created, you can assign any number of the above attributes to the product, and assign either a final price or an additional price.

     

    I got this part working. And for the most part it works great. However, can you explain Option Sets? What exactly is an Option set vs. Option Group? I want to be able to assign all the same options to multiple products. When I go to "products" I see there is an "assign option sets".... but I have only created a group apparently?

  14. Just as an FYI, I have been doing searches in the forum this morning and each time I hit 'Next' to go to the next page of results, it is giving me:

     

    Sorry, there is a problem

    Please wait 6 seconds before attempting another search

    Error code: 1C205/3

  15. Is there a tutorial on how to use product options somewhere?

    I am in the process of starting a new site and need to know how to get these product options to work. The terminology is confusing me. Here's an example of what I want to do.

    I have a product, say green raw coffee beans as the base product with a base price. I want them to be able to choose if they want them roasted for an additional cost. How do I get that to work? For whatever reason, I am unable to get it figured out so I am starting it over again. Some items may have multiple options needed, but not all products/options will be the same per item.

  16. I have been playing around with different skins / themes for cubecart and quite honestly some just don't work properly with what I need. I don't have a lot of $$$$ to spend because this is a completely trial store/product idea that may go belly up before it even gets launched. But, I wanted to see if I could find good tutorials on creating my own skin, but everything is from 2012 and do not even include the most popular foundation skin.

    Anyone able to point me to a good direction? Or looking for some portfolio work?

    Thanks!

×
×
  • Create New...