Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Feb 2011
    Posts
    26
    Plugin Contributions
    0

    Default Re: Help Query - How can I clone a Cart to have a different set of items

    Quote Originally Posted by gjh42 View Post
    I presume you will want the dealers cart link from the Dealers Room page, and the art show cart link from the Art Show page?

    When you go to any of those categories, there will be no way to get to the others without actually entering the URL in the address bar; this should be good for your purpose.

    BTW, I noticed some invalid HTML (broken code)
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
      <tr>
    
     <td id="navColumnOne" class="columnLeft" style="width: 150px">
    <div id="navColumnOneWrapper" <style="width: 150px"></div></td>
        <td
    <!-- bof upload alerts -->
    
    <!-- eof upload alerts -->
    These tags are left open, due to some prior editing, possibly in tpl_main_page.php, or maybe column_left.php?

    Actually, this
    <div id="navColumnOneWrapper" <style="width: 150px">
    is supposed to be one div tag. Somebody inserted a < before the style attribute.
    <div id="navColumnOneWrapper" style="width: 150px">
    Thanks for pointing out the coding error. I will look at the two scripts and fix it.

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help Query - How can I clone a Cart to have a different set of items

    You don't actually need to change those admin settings or the existing link to member registration. The new direct page links will work fine with the existing settings left as is, and not having the parameters in the URL for the one link is nice (though not really important).

    Though if it matters, with the existing settings, the dealers and art show categories will have the home link that goes to the member registration page. This might actually be desirable, as dealers etc. need to be members as well.

  3. #13
    Join Date
    Feb 2011
    Posts
    26
    Plugin Contributions
    0

    Default Re: Help Query - How can I clone a Cart to have a different set of items

    Quote Originally Posted by gjh42 View Post
    You don't actually need to change those admin settings or the existing link to member registration. The new direct page links will work fine with the existing settings left as is, and not having the parameters in the URL for the one link is nice (though not really important).

    Though if it matters, with the existing settings, the dealers and art show categories will have the home link that goes to the member registration page. This might actually be desirable, as dealers etc. need to be members as well.
    I did not plan to update the admin settings since, as you noted, just using the extended URL works.

    Since I am going to do this for the other two carts, I might as well add it to registration also to be consistent. The actual request for that page is done via sub-domain call (which under the covers maps back to the zencart directory). The location bar shows the sub-domain address not the main domain with the zencart directory.

    As to registration, each of the two extra categories will have a registration item so that I can use the comment box to remind them that a registration is required (at least for Dealers and their staff - Artists are optional since they can mail in their art for display but not attend).

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h how many Flate rate clone can i have?
    By tony_sar in forum Addon Shipping Modules
    Replies: 3
    Last Post: 18 Apr 2012, 02:21 PM
  2. How to create a Cart with a different set of items
    By rarpsl in forum Basic Configuration
    Replies: 0
    Last Post: 13 Dec 2011, 06:05 AM
  3. Can I have two different checkout methods dependent upon the qty of items in cart?
    By kbascombe in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 28 Aug 2009, 05:28 PM
  4. How do i set shipping cost of different products and its different items?
    By jinit in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Feb 2009, 09:23 PM
  5. How to Set Different Shipping Price for Different Items
    By metakomm2 in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 2 Jan 2007, 05:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg